diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-23 06:36:53 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-23 06:36:53 +0000 |
commit | b83ffafc15d05d2d55982d9a60bd2252cbbfad1d (patch) | |
tree | 3d2cf6754b56e3fc0956cfe681b881f061a46b05 | |
parent | 56082dc2ae5b8c85a86cb602e3f8e57f34391378 (diff) | |
download | busybox-w32-b83ffafc15d05d2d55982d9a60bd2252cbbfad1d.tar.gz busybox-w32-b83ffafc15d05d2d55982d9a60bd2252cbbfad1d.tar.bz2 busybox-w32-b83ffafc15d05d2d55982d9a60bd2252cbbfad1d.zip |
Fix up a stupid mistake caught by David Whedon <dwhedon@gordian.com>
-rwxr-xr-x | debian/rules | 2 |
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 | ||