[vlc-devel] commit: Install scripts correctly. (Christophe Mutricy )

git version control git at videolan.org
Sun Aug 31 22:26:55 CEST 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Sun Aug 31 17:47:43 2008 +0100| [59b4b6ec512406ca1b2e424e8ebf519a4d144351] | committer: Christophe Mutricy 

Install scripts correctly.

So that the correct permissions are set

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=59b4b6ec512406ca1b2e424e8ebf519a4d144351
---

 share/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/share/Makefile.am b/share/Makefile.am
index 5a52bfc..0d468c6 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) \




More information about the vlc-devel mailing list