Cleanup asdictionary install path.
authorW. Trevor King <wking@drexel.edu>
Thu, 9 Jun 2011 11:43:32 +0000 (07:43 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 9 Jun 2011 11:43:32 +0000 (07:43 -0400)
You currently have to enable `allow_broken_install_names` because the
libraries in this application use

  @executable_path/../Frameworks/xyz.dylib

to link to each other, instead of

  @executable_path/Contents/Frameworks/xyz.dylib

Try something like

  FEATURES="allow_broken_install_names" emerge -av asdictionary

dev-python/asdictionary/Manifest
dev-python/asdictionary/asdictionary-9999.ebuild

index a501d7f444da0c32294ac07c0e93dbe0887a29fe..a6e37f6b4a8aec771288a4f3686e5268857e0e8a 100644 (file)
@@ -1 +1 @@
-EBUILD asdictionary-9999.ebuild 874 RMD160 a849aa3e4ffba2bb9aa9b64eb6f6bf613eb4ea71 SHA1 ab209dfe37e469bb2b75a4a99f07b7533d067ff2 SHA256 4140d486d836a9dc5771ea47007de53ccf5ecabbe08d4fcf02297d7a83cd8dfe
+EBUILD asdictionary-9999.ebuild 897 RMD160 b74c5714cf9ae2353d4d5c76065e1dca060eb1ba SHA1 3e82d879c6e9a6a6e3c37ea3c0e466ec3aa18379 SHA256 b008ec537c67683b77bf3a2f4d883d9835bd261f3664f3cfc278257264b1f57b
index 0ffc69faa16cecee7f9322684d47eec45acbe825..f1dde0151648a3ef813860ce2afc156dae762778 100644 (file)
@@ -34,6 +34,6 @@ src_compile() {
 }
 
 src_install() {
-       insinto /usr/local/apps
-       doins -r dist
+       insinto /usr/share/Applications
+       doins -r "dist/${MY_PN}.app"
 }