diff options
author | David Phillips <write2david@gmail.com> | 2012-10-31 21:54:20 -0500 |
---|---|---|
committer | David Phillips <write2david@gmail.com> | 2012-10-31 21:54:20 -0500 |
commit | 4d7cfb35d2ed36f6e83fa0c9bde8e055d954cac8 (patch) | |
tree | 224226cb7faaabf2a9c886cd7785f356fd226053 /x11-plugins | |
parent | Add -r2 for cairo-dock-plugins (diff) | |
download | write2David-4d7cfb35d2ed36f6e83fa0c9bde8e055d954cac8.tar.gz write2David-4d7cfb35d2ed36f6e83fa0c9bde8e055d954cac8.tar.bz2 write2David-4d7cfb35d2ed36f6e83fa0c9bde8e055d954cac8.zip |
Update method of dealing with cairo-dock's...
...installation into non-standard directories
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/cairo-dock-plugins/cairo-dock-plugins-9999-r2.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-plugins/cairo-dock-plugins/cairo-dock-plugins-9999-r2.ebuild b/x11-plugins/cairo-dock-plugins/cairo-dock-plugins-9999-r2.ebuild index 37b98d5..628aaeb 100644 --- a/x11-plugins/cairo-dock-plugins/cairo-dock-plugins-9999-r2.ebuild +++ b/x11-plugins/cairo-dock-plugins/cairo-dock-plugins-9999-r2.ebuild @@ -113,13 +113,10 @@ pkg_postinst() { ewarn "" ewarn "THIS IS A LIVE EBUILD, NOT AN OFFICIAL RELEASE." ewarn " Thus, it may FAIL to run properly." - ewarn " Please do NOT report bugs to Gentoo's bugzilla." + ewarn "" + ewarn "This ebuild is not supported by an Gentoo developer." + ewarn " So please do NOT report bugs to Gentoo's bugzilla." ewarn " Instead, report all bugs to write2david@gmail.com" ewarn "" ewarn "" - # Dealing with the weird issue of cairo-dock installing under /usr/usr - # Without this next line, cairo-dock won't start - # Also, a report of weird behavior of installing under "lib6464" - ln -s /usr/usr/lib/libgldi.so.3 /usr/lib/libgldi.so.3 - ln -s /usr/usr/lib6464/libgldi.so.3 /usr/lib64/libgldi.so.3 } |