[csw-devel] SF.net SVN: gar:[10058] csw/mgar/pkg/cswutils/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Tue Jun 1 02:26:25 CEST 2010


Revision: 10058
          http://gar.svn.sourceforge.net/gar/?rev=10058&view=rev
Author:   bdwalton
Date:     2010-06-01 00:26:25 +0000 (Tue, 01 Jun 2010)

Log Message:
-----------
cswutils: tweak install mode on submitpkg

Modified Paths:
--------------
    csw/mgar/pkg/cswutils/trunk/Makefile

Modified: csw/mgar/pkg/cswutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cswutils/trunk/Makefile	2010-06-01 00:08:48 UTC (rev 10057)
+++ csw/mgar/pkg/cswutils/trunk/Makefile	2010-06-01 00:26:25 UTC (rev 10058)
@@ -75,7 +75,7 @@
 	@ginstall -d $(DESTDIR)$(libdir)/python/csw
 	@ginstall -m 644 $(WORKSRC)/opencsw.py \
 		$(DESTDIR)$(libdir)/python/csw/opencsw.py
-	@ginstall -m 644 $(WORKSRC)/submitpkg $(DESTDIR)$(bindir)/submitpkg
+	@ginstall -m 755 $(WORKSRC)/submitpkg $(DESTDIR)$(bindir)/submitpkg
 	@for f in $(SVN_FILES); do \
 		ginstall -m 755 $(WORKSRC)/$${f}-r$(SVN_REV) \
 		$(DESTDIR)$(libdir)/python/csw/$${f}; \


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list