aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/copyright4
-rwxr-xr-xdebian/rules12
2 files changed, 8 insertions, 8 deletions
diff --git a/debian/copyright b/debian/copyright
index 68a96e68b..9a51d73c7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
1This package was debianized by Erik Andersen <andersee@debian.org> on 1This package was debianized by Erik Andersen <andersee@debian.org> on
2Sun, 18 Jun 2000 23:31:02 -0600 2Sun, 18 Jun 2000 23:31:02 -0600
3 3
4It was downloaded from ftp://ftp.lineo.com/pub/busybox 4It was downloaded from ftp://ftp.busybox.net/busybox
5HomePage is at: http://busybox.lineo.com/ 5HomePage is at: http://busybox.net/
6 6
7Copyright: GPL 7Copyright: GPL
diff --git a/debian/rules b/debian/rules
index 45a6c604c..a84153693 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,8 +42,8 @@ install: build
42 #(cd $(bbbd); $(MAKE) "CONFIG_SRC_DIR=../../" "PREFIX=../../$(bb)" install) 42 #(cd $(bbbd); $(MAKE) "CONFIG_SRC_DIR=../../" "PREFIX=../../$(bb)" install)
43 mkdir -p $(bb)/bin/ 43 mkdir -p $(bb)/bin/
44 cp $(bbbd)/busybox $(bb)/bin/busybox 44 cp $(bbbd)/busybox $(bb)/bin/busybox
45 mkdir -p $(bb)/usr/share/doc/busybox/busybox.lineo.com 45 mkdir -p $(bb)/usr/share/doc/busybox/busybox.net
46 cp $(bbbd)/docs/busybox.lineo.com/BusyBox.html $(bb)/usr/share/doc/busybox/busybox.lineo.com/ 46 cp $(bbbd)/docs/busybox.net/BusyBox.html $(bb)/usr/share/doc/busybox/busybox.net/
47 mkdir -p $(bb)/usr/share/man/man1 47 mkdir -p $(bb)/usr/share/man/man1
48 cp $(bbbd)/docs/BusyBox.1 $(bb)/usr/share/man/man1/busybox.1 48 cp $(bbbd)/docs/BusyBox.1 $(bb)/usr/share/man/man1/busybox.1
49 49
@@ -67,8 +67,8 @@ install-static: build
67 #(cd $(bbsbd); $(MAKE) "CONFIG_SRC_DIR=../../" "PREFIX=../../$(bbs)" install) 67 #(cd $(bbsbd); $(MAKE) "CONFIG_SRC_DIR=../../" "PREFIX=../../$(bbs)" install)
68 mkdir -p $(bbs)/bin/ 68 mkdir -p $(bbs)/bin/
69 cp $(bbsbd)/busybox $(bbs)/bin/busybox 69 cp $(bbsbd)/busybox $(bbs)/bin/busybox
70 mkdir -p $(bbs)/usr/share/doc/busybox-static/busybox.lineo.com 70 mkdir -p $(bbs)/usr/share/doc/busybox-static/busybox.net
71 cp $(bbsbd)/docs/busybox.lineo.com/BusyBox.html $(bbs)/usr/share/doc/busybox-static/busybox.lineo.com/ 71 cp $(bbsbd)/docs/busybox.net/BusyBox.html $(bbs)/usr/share/doc/busybox-static/busybox.net/
72 mkdir -p $(bbs)/usr/share/man/man1/ 72 mkdir -p $(bbs)/usr/share/man/man1/
73 cp $(bbsbd)/docs/BusyBox.1 $(bbs)/usr/share/man/man1/busybox.1 73 cp $(bbsbd)/docs/BusyBox.1 $(bbs)/usr/share/man/man1/busybox.1
74 74
@@ -130,7 +130,7 @@ busybox: install
130 dh_installdirs 130 dh_installdirs
131 dh_installdocs -p$@ $(bbbd)/docs/BusyBox.txt \ 131 dh_installdocs -p$@ $(bbbd)/docs/BusyBox.txt \
132 $(bbbd)/docs/BusyBox.html docs/style-guide.txt \ 132 $(bbbd)/docs/BusyBox.html docs/style-guide.txt \
133 docs/busybox.lineo.com AUTHORS README TODO 133 docs/busybox.net AUTHORS README TODO
134 rm -rf `find $(bb) -name CVS` 134 rm -rf `find $(bb) -name CVS`
135 rm -f `find $(bb) -name .cvsignore` 135 rm -f `find $(bb) -name .cvsignore`
136 dh_installchangelogs -p$@ Changelog 136 dh_installchangelogs -p$@ Changelog
@@ -152,7 +152,7 @@ busybox-static: do_static
152 dh_installdirs 152 dh_installdirs
153 dh_installdocs -p$@ $(bbsbd)/docs/BusyBox.txt \ 153 dh_installdocs -p$@ $(bbsbd)/docs/BusyBox.txt \
154 $(bbsbd)/docs/BusyBox.html docs/style-guide.txt \ 154 $(bbsbd)/docs/BusyBox.html docs/style-guide.txt \
155 docs/busybox.lineo.com AUTHORS README TODO 155 docs/busybox.net AUTHORS README TODO
156 rm -rf `find $(bbs) -name CVS` 156 rm -rf `find $(bbs) -name CVS`
157 rm -f `find $(bbs) -name .cvsignore` 157 rm -f `find $(bbs) -name .cvsignore`
158 dh_installchangelogs -p$@ Changelog 158 dh_installchangelogs -p$@ Changelog