Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23580/games

Modified Files:
        roguedarwin.info 
Log Message:
allow build as nobody

Index: roguedarwin.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/roguedarwin.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- roguedarwin.info    4 May 2010 20:00:23 -0000       1.3
+++ roguedarwin.info    31 Aug 2010 22:10:32 -0000      1.4
@@ -1,6 +1,6 @@
 Package: roguedarwin
 Version: 1.0.0
-Revision: 2
+Revision: 3
 Description: Exploring The Dungeons of Doom
 License: BSD
 Homepage: http://sourceforge.net/projects/roguedarwin/
@@ -31,19 +31,20 @@
 InstallScript: <<
   install -g games -d %i/var/games
   install -d %i/bin
-  install -m 2755 -g games rogue %i/bin/rogue
+  install -m 2755 rogue %i/bin/rogue
   install -d %i/share/man/man6
   install -m 644 rogue.6 %i/share/man/man6/rogue.6
+  install -d %i/var/games
+  touch %i/var/games/rogue.scores
+  chmod 664 %i/var/games/rogue.scores
 <<
 
 PostInstScript: <<
-  if [ ! -f "%p/var/games/rogue.scores" ]; then
-      touch %p/var/games/rogue.scores
-      chmod 664 %p/var/games/rogue.scores
-  fi
+  /usr/bin/chgrp games %p/bin/rogue %p/var/games/rogue.scores
 <<
 
 DocFiles: CHANGES
+ConfFiles: %p/var/games/rogue.scores
 
 DescDetail: <<
 The rogue is a computer fantasy with a new twist.  It is CRT oriented


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to