aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordancer <dancer>2005-12-21 11:06:05 +0000
committerdancer <dancer>2005-12-21 11:06:05 +0000
commit55a736e7b9f2ade9e6e97335fad6f47affff647b (patch)
treec2d6cc0108512088e0351ef9b3e48dfdbb709a08 /Makefile
parent5c2c92d40cb45fcdb706ff9e7dd3b8ddc9932fd7 (diff)
downloadpbuilder-55a736e7b9f2ade9e6e97335fad6f47affff647b.tar
pbuilder-55a736e7b9f2ade9e6e97335fad6f47affff647b.tar.gz
update workaround for libc to work around bugs in initscripts.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index bda4645..36e239d 100644
--- a/Makefile
+++ b/Makefile
@@ -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)