projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56082dc
)
Fix up a stupid mistake caught by David Whedon <dwhedon@gordian.com>
author
Eric Andersen
<andersen@codepoet.org>
Fri, 23 Feb 2001 06:36:53 +0000
(06:36 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 23 Feb 2001 06:36:53 +0000
(06:36 -0000)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 6604a35923511c2b95f7704675345d217cc5202f..98bdf0ea642d337ae2708e095a22d43a82849835 100755
(executable)
--- 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