diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-10-12 20:03:49 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-10-12 20:03:49 +0000 |
commit | 34621a0501646909facdd570f9fa0713723f5083 (patch) | |
tree | 9490ea64c38c62a4cea36689718dc0c7345a2b59 /sys-process/minit/files | |
parent | Remove the correct version (diff) | |
download | historical-34621a0501646909facdd570f9fa0713723f5083.tar.gz historical-34621a0501646909facdd570f9fa0713723f5083.tar.bz2 historical-34621a0501646909facdd570f9fa0713723f5083.zip |
Add missing patch that's still referenced inside the minit-0.9.1.ebuild and the Manifest.
Package-Manager: portage-2.2_rc46/cvs/Linux i686
Diffstat (limited to 'sys-process/minit/files')
-rw-r--r-- | sys-process/minit/files/0.9.1-destdir.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-process/minit/files/0.9.1-destdir.patch b/sys-process/minit/files/0.9.1-destdir.patch new file mode 100644 index 000000000000..7a36d3cdfde7 --- /dev/null +++ b/sys-process/minit/files/0.9.1-destdir.patch @@ -0,0 +1,16 @@ +--- Makefile.orig 2004-03-04 03:08:18.967017104 -0500 ++++ Makefile 2004-03-04 03:10:11.445917712 -0500 +@@ -36,10 +36,12 @@ + $(DIET) $(CROSS)$(CC) $(CFLAGS) -o $@ $^ + + install-files: ++ test -d $(DESTDIR)/sbin || mkdir -p $(DESTDIR)/sbin + install minit pidfilehack $(DESTDIR)/sbin + install write_proc hard-reboot $(DESTDIR)/sbin ++ test -d $(DESTDIR)/bin || mkdir -p $(DESTDIR)/bin + install msvc $(DESTDIR)/bin +- test -d $(DESTDIR)/etc/minit || mkdir $(DESTDIR)/etc/minit ++ test -d $(DESTDIR)/etc/minit || mkdir -p $(DESTDIR)/etc/minit + + install-fifos: + -mkfifo -m 600 $(DESTDIR)/etc/minit/in $(DESTDIR)/etc/minit/out |