commit | b83ffafc15d05d2d55982d9a60bd2252cbbfad1d | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Fri Feb 23 06:36:53 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Fri Feb 23 06:36:53 2001 +0000 |
tree | 3d2cf6754b56e3fc0956cfe681b881f061a46b05 | |
parent | 56082dc2ae5b8c85a86cb602e3f8e57f34391378 [diff] [blame] |
Fix up a stupid mistake caught by David Whedon <dwhedon@gordian.com>
diff --git a/debian/rules b/debian/rules index 6604a35..98bdf0e 100755 --- a/debian/rules +++ b/debian/rules
@@ -27,8 +27,8 @@ 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