summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-06-06 21:56:34 +0200
committerMichał Górny <mgorny@gentoo.org>2018-06-06 21:56:55 +0200
commitb07484cf2e8eed49abb3aaa85f50837c57b3eadb (patch)
treee9ea309747e00d2a57b68daf7624c966ffe5a057 /app-portage/gemato/gemato-9999.ebuild
parentsys-kernel/gentoo-sources: Linux patch 4.9.107 (diff)
downloadgentoo-b07484cf2e8eed49abb3aaa85f50837c57b3eadb.tar.gz
gentoo-b07484cf2e8eed49abb3aaa85f50837c57b3eadb.tar.bz2
gentoo-b07484cf2e8eed49abb3aaa85f50837c57b3eadb.zip
app-portage/gemato: Install utility scripts +x
Diffstat (limited to 'app-portage/gemato/gemato-9999.ebuild')
-rw-r--r--app-portage/gemato/gemato-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
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
}