[vlc-devel] commit: Install scripts correctly. (Christophe Mutricy )
git version control
git at videolan.org
Sun Aug 31 23:35:21 CEST 2008
vlc | branch: 0.9-bugfix | Christophe Mutricy <xtophe at videolan.org> | Sun Aug 31 17:47:43 2008 +0100| [4b80f7777334029e8b615c0476bc07e0ae45fe47] | committer: Christophe Mutricy
Install scripts correctly.
So that the correct permissions are set
(cherry picked from commit 59b4b6ec512406ca1b2e424e8ebf519a4d144351)
Signed-off-by: Christophe Mutricy <xtophe at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4b80f7777334029e8b615c0476bc07e0ae45fe47
---
share/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/share/Makefile.am b/share/Makefile.am
index 38cbd0e..0cd4c0d 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