diff options
author | 2007-01-15 03:29:44 +0000 | |
---|---|---|
committer | 2007-01-15 03:29:44 +0000 | |
commit | 2778ed6cb8472e9ea65d82ee49bbf13c4eeecf81 (patch) | |
tree | f6dce55a59cfff891751e822d7c337f56f70bf56 /app-admin/eselect/files | |
parent | Remove debug expression now that beagle uses a different way and its more sta... (diff) | |
download | historical-2778ed6cb8472e9ea65d82ee49bbf13c4eeecf81.tar.gz historical-2778ed6cb8472e9ea65d82ee49bbf13c4eeecf81.tar.bz2 historical-2778ed6cb8472e9ea65d82ee49bbf13c4eeecf81.zip |
Add a patch to really really fix Bug #162008.
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'app-admin/eselect/files')
-rw-r--r-- | app-admin/eselect/files/eselect-1.0.8-fix-parallel-install.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-admin/eselect/files/eselect-1.0.8-fix-parallel-install.patch b/app-admin/eselect/files/eselect-1.0.8-fix-parallel-install.patch new file mode 100644 index 000000000000..2bd8b1ab8f25 --- /dev/null +++ b/app-admin/eselect/files/eselect-1.0.8-fix-parallel-install.patch @@ -0,0 +1,13 @@ +Index: bin/Makefile.am +=================================================================== +--- bin/Makefile.am (revision 352) ++++ bin/Makefile.am (working copy) +@@ -15,7 +15,7 @@ + + install-data-local : $(foreach f, $(symlinks), install-symlink-$(f)) + +-install-symlink-% : ++install-symlink-% : install-binSCRIPTS + ln -snf $(DESTDIR)$(bindir)/eselect \ + $(DESTDIR)$(bindir)/$* + |