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 /debian/rules | |
parent | 56082dc2ae5b8c85a86cb602e3f8e57f34391378 (diff) | |
download | busybox-b83ffafc15d05d2d55982d9a60bd2252cbbfad1d.tar.gz |
Fix up a stupid mistake caught by David Whedon <dwhedon@gordian.com>
Diffstat (limited to 'debian/rules')
-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: 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 |