[csw-devel] SF.net SVN: gar:[9806] csw/mgar/pkg/password-gorilla/trunk/Makefile
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Tue May 4 08:48:30 CEST 2010
Revision: 9806
http://gar.svn.sourceforge.net/gar/?rev=9806&view=rev
Author: skayser
Date: 2010-05-04 06:48:30 +0000 (Tue, 04 May 2010)
Log Message:
-----------
password-gorilla: fix permissions
Modified Paths:
--------------
csw/mgar/pkg/password-gorilla/trunk/Makefile
Modified: csw/mgar/pkg/password-gorilla/trunk/Makefile
===================================================================
--- csw/mgar/pkg/password-gorilla/trunk/Makefile 2010-05-04 06:23:44 UTC (rev 9805)
+++ csw/mgar/pkg/password-gorilla/trunk/Makefile 2010-05-04 06:48:30 UTC (rev 9806)
@@ -41,7 +41,7 @@
cp $(WORKSRC)/$(P)/* $(TCLDEST)/$(P); \
chmod 644 $(TCLDEST)/$(P)/*; \
)
- cp $(WORKSRC)/gorilla $(WORKSRC)/gorilla.tcl $(TCLDEST)
+ ginstall -m755 $(WORKSRC)/gorilla $(WORKSRC)/gorilla.tcl $(TCLDEST)
mkdir -p $(DESTDIR)$(bindir)
echo '#!/bin/sh\nexec $(datadir)/password-gorilla/gorilla' > \
$(DESTDIR)$(bindir)/password-gorilla
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