gnome-subtitles r980 - in trunk: . src
- From: pcastro svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-subtitles r980 - in trunk: . src
- Date: Sat, 5 Apr 2008 17:46:56 +0100 (BST)
Author: pcastro
Date: Sat Apr 5 17:46:55 2008
New Revision: 980
URL: http://svn.gnome.org/viewvc/gnome-subtitles?rev=980&view=rev
Log:
Fixed bug #524765 â Files are installed with wrong permissions (thanks to Julian Sikorski).
Modified:
trunk/Makefile.am
trunk/src/Makefile.am
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Sat Apr 5 17:46:55 2008
@@ -3,14 +3,14 @@
ACLOCAL_AMFLAGS = -I m4
sublibdir = $(pkglibdir)
-sublib_DATA = build/sublib.dll
+sublib_SCRIPTS = build/sublib.dll
gstpbdir = $(pkglibdir)
-gstpb_DATA = build/GStreamerPlaybin.dll build/libgstreamer_playbin.so
+gstpb_SCRIPTS = build/GStreamerPlaybin.dll build/libgstreamer_playbin.so
-$(sublib_DATA):
+$(sublib_SCRIPTS):
cp -f $(SUBLIB_DIR)/build/sublib.dll build
-$(gstpb_DATA):
+$(gstpb_SCRIPTS):
cp -f $(GSTPB_DIR)/src/GStreamerPlaybin.dll build && cp -f $(GSTPB_DIR)/src/libgstreamer_playbin.so build
EXTRA_DIST = \
Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Sat Apr 5 17:46:55 2008
@@ -1,5 +1,6 @@
gnomesubtitlesdir = $(pkglibdir)
-gnomesubtitles_DATA = $(ASSEMBLY) $(ASSEMBLY_CONFIG)
+gnomesubtitles_SCRIPTS = $(ASSEMBLY)
+gnomesubtitles_DATA = $(ASSEMBLY_CONFIG)
GS_BUILDDIR = $(srcdir)/../build
GS_DATADIR = $(srcdir)/../data
@@ -53,4 +54,4 @@
bin_SCRIPTS = $(srcdir)/GnomeSubtitles/Execution/gnome-subtitles
CLEANFILES = $(bin_SCRIPTS) $(ASSEMBLY) $(ASSEMBLY).mdb
-EXTRA_DIST = $(GS_SOURCES) $(GS_RESOURCES)
+EXTRA_DIST = $(gnomesubtitles_SOURCES) $(GS_SOURCES) $(GS_RESOURCES) $(ASSEMBLY_CONFIG)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]