diff options
author | Jakub Moc <jakub@gentoo.org> | 2008-01-13 14:42:31 +0000 |
---|---|---|
committer | Jakub Moc <jakub@gentoo.org> | 2008-01-13 14:42:31 +0000 |
commit | 479260c63632b166e680cf78609de0e10f0393bb (patch) | |
tree | 2bb16dbcea9343e407a00a8ff38b1189a328958d /app-misc | |
parent | app-misc/ccpublisher: Fix wx* and python handling (diff) | |
download | sunrise-479260c63632b166e680cf78609de0e10f0393bb.tar.gz sunrise-479260c63632b166e680cf78609de0e10f0393bb.tar.bz2 sunrise-479260c63632b166e680cf78609de0e10f0393bb.zip |
Quoting
svn path=/sunrise/; revision=5390
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/ccpublisher/Manifest | 2 | ||||
-rw-r--r-- | app-misc/ccpublisher/ccpublisher-2.2.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/ccpublisher/Manifest b/app-misc/ccpublisher/Manifest index 8e3abfe2f..16f85e411 100644 --- a/app-misc/ccpublisher/Manifest +++ b/app-misc/ccpublisher/Manifest @@ -1,4 +1,4 @@ DIST ccPublisher-2.2.1.tar.gz 394556 RMD160 cf20f5817945f0ebf78026a3e4d8a31aa30009df SHA1 ace556d3169a014fe28ee8f44ade5492bb01a9f6 SHA256 ff9fb22487bb32831f5e4533a72b34b31f029711dcdaa0395e247e94300b9c46 -EBUILD ccpublisher-2.2.1.ebuild 2023 RMD160 c5d61841eb4f9380835256f693e385acfffaffce SHA1 a62e1eb6f639ed2a368086bb42f64d9c1bbb559b SHA256 bb0af08c83386a48bdcae1284a7944ea0e91c6fe9c1f8516eb12f03310c1fc25 +EBUILD ccpublisher-2.2.1.ebuild 2025 RMD160 75b9388ce0552685b1a34f344a2e4a2b82633067 SHA1 c404d32c1ef44e429a26f42bf5aade8a585cb467 SHA256 6081f0ded63615184b8f02f62d497db99f235272ea77bd831845aa7d69b276c2 MISC ChangeLog 597 RMD160 f2e745724e7989760f967301f716f838e2c89bd7 SHA1 92db42ca0066693b6c0980cbac47a3d35e718b5a SHA256 5fc29c2fa687bc9b48059333729fe2b22d850afc0842a344f16e961cd30a1987 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/app-misc/ccpublisher/ccpublisher-2.2.1.ebuild b/app-misc/ccpublisher/ccpublisher-2.2.1.ebuild index 8de9b40a8..35c9bcff1 100644 --- a/app-misc/ccpublisher/ccpublisher-2.2.1.ebuild +++ b/app-misc/ccpublisher/ccpublisher-2.2.1.ebuild @@ -69,7 +69,7 @@ pkg_postrm() { pkg_postinst() { python_version - python_mod_optimize ${ROOT}usr/$(get_libdir)/${P} + python_mod_optimize "${ROOT}"usr/$(get_libdir)/${P} elog elog "ccPublisher is now installed to /usr/bin/ccPublisher" |