app-portage/gemato: Install utility scripts +x
authorMichał Górny <mgorny@gentoo.org>
Wed, 6 Jun 2018 19:56:34 +0000 (21:56 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 6 Jun 2018 19:56:55 +0000 (21:56 +0200)
app-portage/gemato/gemato-13.0-r1.ebuild [moved from app-portage/gemato/gemato-13.0.ebuild with 96% similarity]
app-portage/gemato/gemato-9999.ebuild

similarity index 96%
rename from app-portage/gemato/gemato-13.0.ebuild
rename to app-portage/gemato/gemato-13.0-r1.ebuild
index 2fc2a5fa09afbfb0640da88dedd2bdaffb2c5622..d4fc71a6337cf36d204c46ebd256cfe99db166f9 100644 (file)
@@ -37,7 +37,7 @@ python_install_all() {
        distutils-r1_python_install_all
 
        if use tools; then
-               insinto /usr/share/gemato
-               doins utils/*.{bash,py}
+               exeinto /usr/share/gemato
+               doexe utils/*.{bash,py}
        fi
 }
index 2a955da4d7dc7c00be1711d3016addbaf73cc165..d58dc34eb2e5247646a0382daf27c492beae0d7c 100644 (file)
@@ -38,7 +38,7 @@ python_install_all() {
        distutils-r1_python_install_all
 
        if use tools; then
-               insinto /usr/share/gemato
-               doins utils/*.{bash,py}
+               exeinto /usr/share/gemato
+               doexe utils/*.{bash,py}
        fi
 }