One last adjsustment to asdictionary install path.
authorW. Trevor King <wking@drexel.edu>
Thu, 9 Jun 2011 11:52:07 +0000 (07:52 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 9 Jun 2011 11:52:07 +0000 (07:52 -0400)
/Applications is where Python installed its apps, so we'll use that too.

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

index a6e37f6b4a8aec771288a4f3686e5268857e0e8a..8cb73a3a5805effefbbce9544a704635645500e8 100644 (file)
@@ -1 +1 @@
-EBUILD asdictionary-9999.ebuild 897 RMD160 b74c5714cf9ae2353d4d5c76065e1dca060eb1ba SHA1 3e82d879c6e9a6a6e3c37ea3c0e466ec3aa18379 SHA256 b008ec537c67683b77bf3a2f4d883d9835bd261f3664f3cfc278257264b1f57b
+EBUILD asdictionary-9999.ebuild 887 RMD160 90765dc87ad2e1904197268e19506175234ca9d8 SHA1 bb9efc754221f2b0fe565fba6b121a0bbf2da6ef SHA256 8a20f8ce807e5644a865a345ffe1391fe79d8c17c917b6a285ebe9a0e4efe552
index f1dde0151648a3ef813860ce2afc156dae762778..cf8380335d64ac06cd0ba55c296ddd205e5924df 100644 (file)
@@ -34,6 +34,6 @@ src_compile() {
 }
 
 src_install() {
-       insinto /usr/share/Applications
+       insinto /Applications
        doins -r "dist/${MY_PN}.app"
 }