summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorGravatar Andrei Dziahel <develop7@develop7.info>2014-03-24 20:11:20 +0200
committerGravatar Mike Burns <mike@mike-burns.com>2014-03-28 13:51:47 +0100
commit082a22f0a0515f057abbd137b63411a545ce8c2f (patch)
treecf7b3f348d537c8bd40aee7e561f8d2de05db3f2 /share
parent6dcd69174d3c0258bf525ee2a7e184b30fad0fd3 (diff)
rcm.sh should not have +x attribute
The `rcm.sh` library was treated as a script in the Makefile, which gave it executable permissions. Treating it as data just installs it as-is. This fixes rpmlint's `script-without-shebang /usr/share/rcm/rcm.sh` warning.
Diffstat (limited to 'share')
-rw-r--r--share/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/Makefile.am b/share/Makefile.am
index 56f5f84..49003e2 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -1 +1 @@
-dist_pkgdata_SCRIPTS = rcm.sh
+dist_pkgdata_DATA = rcm.sh