aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-23 06:36:53 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-23 06:36:53 +0000
commitb83ffafc15d05d2d55982d9a60bd2252cbbfad1d (patch)
tree3d2cf6754b56e3fc0956cfe681b881f061a46b05 /debian
parent56082dc2ae5b8c85a86cb602e3f8e57f34391378 (diff)
downloadbusybox-b83ffafc15d05d2d55982d9a60bd2252cbbfad1d.tar.gz
Fix up a stupid mistake caught by David Whedon <dwhedon@gordian.com>
Diffstat (limited to 'debian')
-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:
dh_testdir
mkdir -p $(bbbd)
cp Makefile $(bbbd)
- -(cd $(bbbd); $(MAKE) "BB_SRC_DIR=../../" applet_source_list)
cp debian/Config.h-deb $(bbbd)/Config.h
+ -(cd $(bbbd); $(MAKE) "BB_SRC_DIR=../../" applet_source_list)
(cd $(bbbd); $(MAKE) "BB_SRC_DIR=../../")
touch debian/build-stamp-busybox