Fix up a stupid mistake caught by David Whedon <dwhedon@gordian.com>
authorEric Andersen <andersen@codepoet.org>
Fri, 23 Feb 2001 06:36:53 +0000 (06:36 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 23 Feb 2001 06:36:53 +0000 (06:36 -0000)
debian/rules

index 6604a35..98bdf0e 100755 (executable)
@@ -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