]> git.sesse.net Git - vlc/commitdiff
Install scripts correctly.
authorChristophe Mutricy <xtophe@videolan.org>
Sun, 31 Aug 2008 16:47:43 +0000 (17:47 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Sun, 31 Aug 2008 20:29:44 +0000 (21:29 +0100)
So that the correct permissions are set

share/Makefile.am

index 5a52bfc412cce41dde01aaf5600931de1749ad4f..0d468c67429dfe0b382572633bbcf32ebc841735 100644 (file)
@@ -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) \