aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 6604a3592..98bdf0ea6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,8 +27,8 @@ debian/build-stamp-busybox:
27 dh_testdir 27 dh_testdir
28 mkdir -p $(bbbd) 28 mkdir -p $(bbbd)
29 cp Makefile $(bbbd) 29 cp Makefile $(bbbd)
30 -(cd $(bbbd); $(MAKE) "BB_SRC_DIR=../../" applet_source_list)
31 cp debian/Config.h-deb $(bbbd)/Config.h 30 cp debian/Config.h-deb $(bbbd)/Config.h
31 -(cd $(bbbd); $(MAKE) "BB_SRC_DIR=../../" applet_source_list)
32 (cd $(bbbd); $(MAKE) "BB_SRC_DIR=../../") 32 (cd $(bbbd); $(MAKE) "BB_SRC_DIR=../../")
33 touch debian/build-stamp-busybox 33 touch debian/build-stamp-busybox
34 34