From 082a22f0a0515f057abbd137b63411a545ce8c2f Mon Sep 17 00:00:00 2001 From: Andrei Dziahel Date: Mon, 24 Mar 2014 20:11:20 +0200 Subject: 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. --- share/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') 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 -- cgit v1.2.3