diff options
author | dancer <dancer> | 2006-01-29 21:19:19 +0000 |
---|---|---|
committer | dancer <dancer> | 2006-01-29 21:19:19 +0000 |
commit | 76e62017424d96e448a9b183d4f1319fe28d53b5 (patch) | |
tree | ec50717b7b126fe5d8964a3c64f767cc39a7a870 /Makefile | |
parent | 84d60e5f044216b7c001a1c658ec2eeac594ddf6 (diff) | |
download | pbuilder-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-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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) |