From: W. Trevor King Date: Thu, 9 Jun 2011 11:52:07 +0000 (-0400) Subject: One last adjsustment to asdictionary install path. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=573281032e916345fb24220ffd937cc01f163b96;p=wtk-prefix-overlay.git One last adjsustment to asdictionary install path. /Applications is where Python installed its apps, so we'll use that too. --- diff --git a/dev-python/asdictionary/Manifest b/dev-python/asdictionary/Manifest index a6e37f6..8cb73a3 100644 --- a/dev-python/asdictionary/Manifest +++ b/dev-python/asdictionary/Manifest @@ -1 +1 @@ -EBUILD asdictionary-9999.ebuild 897 RMD160 b74c5714cf9ae2353d4d5c76065e1dca060eb1ba SHA1 3e82d879c6e9a6a6e3c37ea3c0e466ec3aa18379 SHA256 b008ec537c67683b77bf3a2f4d883d9835bd261f3664f3cfc278257264b1f57b +EBUILD asdictionary-9999.ebuild 887 RMD160 90765dc87ad2e1904197268e19506175234ca9d8 SHA1 bb9efc754221f2b0fe565fba6b121a0bbf2da6ef SHA256 8a20f8ce807e5644a865a345ffe1391fe79d8c17c917b6a285ebe9a0e4efe552 diff --git a/dev-python/asdictionary/asdictionary-9999.ebuild b/dev-python/asdictionary/asdictionary-9999.ebuild index f1dde01..cf83803 100644 --- a/dev-python/asdictionary/asdictionary-9999.ebuild +++ b/dev-python/asdictionary/asdictionary-9999.ebuild @@ -34,6 +34,6 @@ src_compile() { } src_install() { - insinto /usr/share/Applications + insinto /Applications doins -r "dist/${MY_PN}.app" }