[DVDnav-discuss] r995 - trunk/libdvdnav/Makefile

nicodvb subversion at mplayerhq.hu
Sat Jan 5 16:10:15 CET 2008


Author: nicodvb
Date: Sat Jan  5 16:10:15 2008
New Revision: 995

Log:
chmod as executable the correct dvdnav-config; patch by Diego Pettenò

Modified:
   trunk/libdvdnav/Makefile

Modified: trunk/libdvdnav/Makefile
==============================================================================
--- trunk/libdvdnav/Makefile	(original)
+++ trunk/libdvdnav/Makefile	Sat Jan  5 16:10:15 2008
@@ -182,7 +182,7 @@ dvdnav-config: $(.OBJDIR)
 	@echo 'threadlib='$(THREADLIB) >> $(.OBJDIR)/dvdnav-config
 	@echo >> $(.OBJDIR)/dvdnav-config
 	cat $(SRC_PATH_BARE)/misc/dvdnav-config2.sh >> $(.OBJDIR)/dvdnav-config
-	chmod 0755 $(SRC_PATH_BARE)/$(.OBJDIR)/dvdnav-config
+	chmod 0755 $(.OBJDIR)/dvdnav-config
 
 install-dvdnav-config: dvdnav-config
 	install -d $(PREFIX)/bin



More information about the DVDnav-discuss mailing list