From 59b4b6ec512406ca1b2e424e8ebf519a4d144351 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Sun, 31 Aug 2008 17:47:43 +0100 Subject: [PATCH] Install scripts correctly. So that the correct permissions are set --- share/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/Makefile.am b/share/Makefile.am index 5a52bfc412..0d468c6742 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -9,12 +9,14 @@ dist_pkgdata_DATA = \ $(DIST_icons32) \ $(DIST_icons48) \ $(DIST_icons128) -nobase_dist_pkgdata_DATA = \ +nobase_dist_pkgdata_SCRIPTS = \ utils/gnome-vlc-default.sh \ utils/audio-vlc-default.sh \ utils/video-vlc-default.sh \ $(NULL) +nobase_dist_pkgdata_DATA = $(NULL) + EXTRA_DIST = \ $(DIST_rsrc) \ $(DIST_pda) \ -- 2.39.2