Fixed permissions of pyc, for real this time, part 3]

This commit is contained in:
Ronald Farrer 2020-01-15 17:50:39 -08:00
parent f836b99a9a
commit baa28e649f
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
DIST overgrive_3.3.7.deb 154776 BLAKE2B 105335c0bac6f0bbbb59ea785d3073bfcfb99e81a78f7793f31a620dd9af08818bc4bbcbf7a974706cb99a82088293ba3bcf87e541bdf6c1813020f5c3f8372e SHA512 3cf9ecdb85ff19590d7ab47bf4af688263dc5bacd0b9d6a2739efbffe2f47a05bbba8fcee31083f6405d63ea74985b0b3e1f253dffffd924b2e0e525c5fc7fe2
EBUILD overgrive-3.3.7.ebuild 1275 BLAKE2B 5c75bca1d879fb8dcfba19f1a8d0220369eefa80fadba14ef9af70c45cfbf3296a7312187c0d2c3889205e044471f82fc450b4295e0b99e9580d70dbf4a1d604 SHA512 dce1bd8cc0867653c5d4b71fe68059fad8353941dde380968ef32ce3a4a4b2b8791f2f5f19f9869e6a245f13ef599b3b842709792330f4a42128b99f4bf60bf6
EBUILD overgrive-3.3.7.ebuild 1275 BLAKE2B b263a0eedcdee025c40e002f2b52841046b23d9bb8f3147c91ae37a44d2c4fc51d64deb4fa154dcba294b14cc4f7ac94a21689f7d793bf0019f0113fab3da99f SHA512 fcb31d222c8b47b9f1d5ca77d99acbb24a5337bb353a64459b6abdb34342869bd020294db347e68e61a2b562f6043dbf80fd2ef77c6f7dffbfbbd1045ce365be
MISC metadata.xml 386 BLAKE2B 33a688b69180d4a399b92c1b39f0f283cb88ce4a911085c49909b67ef99d4fc6d3e0a3ec2673b5b952fe6811a077f8773eb429669e9038b09a910cee36b2b382 SHA512 dd87afba1c8a6bc28f0997d9f67c545f5d3d0c72d1b1ba48561db1c19f3e830dbe0b16447e5e03b7c78eec2b762bb9f102da1a6737bc2b08ad7bf2573984b0b9

View file

@ -39,6 +39,8 @@ src_prepare() {
src_install() {
doins -r opt
doins -r usr
fperms 0755 /opt/thefanclub/overgrive/__pycache__/overgrive.cpython-36.pyc
dosym /opt/thefanclub/overgrive/__pycache__/overgrive.cpython-36.pyc /opt/thefanclub/overgrive/overgrive
}
pkg_postinst() {
@ -46,8 +48,6 @@ pkg_postinst() {
fdo-mime_mime_database_update
/usr/bin/gtk-update-icon-cache
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
fperms 0755 /opt/thefanclub/overgrive/__pycache__/overgrive.cpython-36.pyc
dosym /opt/thefanclub/overgrive/__pycache__/overgrive.cpython-36.pyc /opt/thefanclub/overgrive/overgrive
}
pkg_postrm() {