From 69c8572f296380df78a20818ca9208b35b7dbd16 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 17 Feb 2001 00:41:05 +0000 Subject: Update the debian build stuff -Erik --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 078478627..6604a3592 100755 --- a/debian/rules +++ b/debian/rules @@ -27,6 +27,7 @@ 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=../../") touch debian/build-stamp-busybox @@ -52,7 +53,7 @@ debian/build-stamp-busybox-static: dh_testdir mkdir -p $(bbsbd) cp Makefile $(bbsbd) - cp debian/Config.h-deb $(bbsbd)/Config.h + cp debian/Config.h-static $(bbsbd)/Config.h (cd $(bbsbd); $(MAKE) DOSTATIC=true "BB_SRC_DIR=../../") touch debian/build-stamp-busybox-static -- cgit v1.2.3