setup.py install didn't work either, install asdictionary with cp :p.
authorW. Trevor King <wking@drexel.edu>
Thu, 9 Jun 2011 12:06:19 +0000 (08:06 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 9 Jun 2011 12:06:19 +0000 (08:06 -0400)
dev-python/asdictionary/Manifest
dev-python/asdictionary/asdictionary-9999.ebuild

index 204122acbb13003781241e6ded598855f0c5e114..b2c0feaea970e661dabdcf828940d9c2586a51ab 100644 (file)
@@ -1 +1 @@
-EBUILD asdictionary-9999.ebuild 859 RMD160 65c838849078c16583b6a8bd0b996e741a8d4028 SHA1 71fc6907dd49634d234a073f6649f6ec8f3db126 SHA256 3ddf1a7b7a43ac9fe272adeda4475543afbbd2e3205282041b8e6ddda4bacf3a
+EBUILD asdictionary-9999.ebuild 883 RMD160 5002c765fa8c2e4128df9db934d17883739b4a57 SHA1 ff6dcd64823fa52d5bacb93f6c7d9077609098a8 SHA256 717b32e1109f0412007f17c7c346db0c2ebee4c76110c0ed985641e6abd9c5b9
index cdfe7f14758e30ce0695781fe55f423e56df3ea7..a5877131aa0e38be65d58c0d90ed5fa9f846e9b0 100644 (file)
@@ -34,5 +34,5 @@ src_compile() {
 }
 
 src_install() {
-       python setup.py install
+       cp -rp "dist/${MY_PN}.app" "${ED}/Applications"
 }