diff options
author | dancer <dancer> | 2005-12-21 11:06:05 +0000 |
---|---|---|
committer | dancer <dancer> | 2005-12-21 11:06:05 +0000 |
commit | 55a736e7b9f2ade9e6e97335fad6f47affff647b (patch) | |
tree | c2d6cc0108512088e0351ef9b3e48dfdbb709a08 /Makefile | |
parent | 5c2c92d40cb45fcdb706ff9e7dd3b8ddc9932fd7 (diff) | |
download | pbuilder-55a736e7b9f2ade9e6e97335fad6f47affff647b.tar pbuilder-55a736e7b9f2ade9e6e97335fad6f47affff647b.tar.gz |
update workaround for libc to work around bugs in initscripts.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -86,9 +86,11 @@ install: $(INSTALL_EXECUTABLE) examples/execute_paramtest.sh $(DESTDIR)/usr/share/doc/pbuilder/examples $(INSTALL_EXECUTABLE) examples/pbuilder-distribution.sh $(DESTDIR)/usr/share/doc/pbuilder/examples - # install workaround for libc6 -- 2004-03-13 - $(INSTALL_DIRECTORY) $(DESTDIR)/usr/share/doc/pbuilder/examples/libc6workaround - $(INSTALL_EXECUTABLE) examples/E50-libc2.3.2.ds1-11-workaround $(DESTDIR)/usr/share/doc/pbuilder/examples/libc6workaround + # 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 + + cd pbuildd; make install DESTDIR=$(DESTDIR) cd Documentation; make install DESTDIR=$(DESTDIR) |