aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordancer <dancer>2006-01-29 21:19:19 +0000
committerdancer <dancer>2006-01-29 21:19:19 +0000
commit76e62017424d96e448a9b183d4f1319fe28d53b5 (patch)
treeec50717b7b126fe5d8964a3c64f767cc39a7a870 /Makefile
parent84d60e5f044216b7c001a1c658ec2eeac594ddf6 (diff)
downloadpbuilder-76e62017424d96e448a9b183d4f1319fe28d53b5.tar
pbuilder-76e62017424d96e448a9b183d4f1319fe28d53b5.tar.gz
implement hookdir for workaround of initscripts and cdebootstrap bug.
add G hooks for pbuilder create.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 07ae143..a301940 100644
--- a/Makefile
+++ b/Makefile
@@ -89,10 +89,9 @@ install:
$(INSTALL_EXECUTABLE) examples/pbuilder-distribution.sh $(DESTDIR)/usr/share/doc/pbuilder/examples
# install workaround for initscripts -- 2005-12-21
- $(INSTALL_DIRECTORY) $(DESTDIR)/usr/share/doc/pbuilder/examples/344089
- $(INSTALL_EXECUTABLE) examples/E50-initscripts-2.86.ds1-7.workaround.sh $(DESTDIR)/usr/share/doc/pbuilder/examples/344089
-
-
+ $(INSTALL_DIRECTORY) $(DESTDIR)/usr/share/doc/pbuilder/examples/workaround
+ $(INSTALL_EXECUTABLE) examples/E50-initscripts-2.86.ds1-7.workaround.sh $(DESTDIR)/usr/share/doc/pbuilder/examples/workaround
+ $(INSTALL_EXECUTABLE) examples/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh $(DESTDIR)/usr/share/doc/pbuilder/examples/workaround
cd pbuildd; make install DESTDIR=$(DESTDIR)
cd Documentation; make install DESTDIR=$(DESTDIR)