diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-06-06 21:56:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-06-06 21:56:55 +0200 |
commit | b07484cf2e8eed49abb3aaa85f50837c57b3eadb (patch) | |
tree | e9ea309747e00d2a57b68daf7624c966ffe5a057 /app-portage/gemato | |
parent | sys-kernel/gentoo-sources: Linux patch 4.9.107 (diff) | |
download | gentoo-b07484cf2e8eed49abb3aaa85f50837c57b3eadb.tar.gz gentoo-b07484cf2e8eed49abb3aaa85f50837c57b3eadb.tar.bz2 gentoo-b07484cf2e8eed49abb3aaa85f50837c57b3eadb.zip |
app-portage/gemato: Install utility scripts +x
Diffstat (limited to 'app-portage/gemato')
-rw-r--r-- | app-portage/gemato/gemato-13.0-r1.ebuild (renamed from app-portage/gemato/gemato-13.0.ebuild) | 4 | ||||
-rw-r--r-- | app-portage/gemato/gemato-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/gemato/gemato-13.0.ebuild b/app-portage/gemato/gemato-13.0-r1.ebuild index 2fc2a5fa09af..d4fc71a6337c 100644 --- a/app-portage/gemato/gemato-13.0.ebuild +++ b/app-portage/gemato/gemato-13.0-r1.ebuild @@ -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 } diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild index 2a955da4d7dc..d58dc34eb2e5 100644 --- a/app-portage/gemato/gemato-9999.ebuild +++ b/app-portage/gemato/gemato-9999.ebuild @@ -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 } |