[csw-devel] SF.net SVN: gar:[9807] csw/mgar/pkg/password-gorilla/trunk/Makefile
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Tue May 4 09:00:17 CEST 2010
Revision: 9807
http://gar.svn.sourceforge.net/gar/?rev=9807&view=rev
Author: skayser
Date: 2010-05-04 07:00:17 +0000 (Tue, 04 May 2010)
Log Message:
-----------
password-gorilla: add missing file
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:48:30 UTC (rev 9806)
+++ csw/mgar/pkg/password-gorilla/trunk/Makefile 2010-05-04 07:00:17 UTC (rev 9807)
@@ -41,7 +41,11 @@
cp $(WORKSRC)/$(P)/* $(TCLDEST)/$(P); \
chmod 644 $(TCLDEST)/$(P)/*; \
)
- ginstall -m755 $(WORKSRC)/gorilla $(WORKSRC)/gorilla.tcl $(TCLDEST)
+ ginstall -m755 \
+ $(WORKSRC)/gorilla \
+ $(WORKSRC)/gorilla.tcl \
+ $(WORKSRC)/isaac.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