diff options
author | 2010-10-16 15:36:42 +0000 | |
---|---|---|
committer | 2010-10-16 15:36:42 +0000 | |
commit | 9826748ff4aba05373b56b2fd158b5e4f733d552 (patch) | |
tree | bbc42f9baf842a2731be6fc26376075a9a522070 /x11-wm/openbox/files | |
parent | Initial import, ebuild by me, vlc nsplugin separated from the main tree (diff) | |
download | historical-9826748ff4aba05373b56b2fd158b5e4f733d552.tar.gz historical-9826748ff4aba05373b56b2fd158b5e4f733d552.tar.bz2 historical-9826748ff4aba05373b56b2fd158b5e4f733d552.zip |
Fix parallel installation. Thanks to Kacper Kowalik <xarthisius@gentoo.org> for the patch. Bug #339737
Package-Manager: portage-2.2_rc92/cvs/Linux x86_64
Diffstat (limited to 'x11-wm/openbox/files')
-rw-r--r-- | x11-wm/openbox/files/openbox-3.4.11.2-parallel-install.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-wm/openbox/files/openbox-3.4.11.2-parallel-install.patch b/x11-wm/openbox/files/openbox-3.4.11.2-parallel-install.patch new file mode 100644 index 000000000000..8125cf3469ef --- /dev/null +++ b/x11-wm/openbox/files/openbox-3.4.11.2-parallel-install.patch @@ -0,0 +1,13 @@ +http://bugs.gentoo.org/show_bug.cgi?id=339737 + +--- Makefile.am ++++ Makefile.am +@@ -331,7 +331,7 @@ + dist_clearlooks_theme_DATA= \ + themes/Clearlooks/openbox-3/themerc + +-clearlooks34_themedir = $(themedir)/Clearlooks/openbox-3 ++clearlooks34_themedir = $(themedir)/Clearlooks-3.4/openbox-3 + dist_clearlooks34_theme_DATA= \ + themes/Clearlooks-3.4/openbox-3/themerc +
\ No newline at end of file |