From: naoki i. <am...@us...> - 2008-05-26 17:38:33
|
Update of /cvsroot/popfile/macosx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17368 Modified Files: Makefile Log Message: * Add --perl_only option to build version module to work on Mac OS X 10.3.9 * Apply recommended permission for StartupItems to avoid warning message Index: Makefile =================================================================== RCS file: /cvsroot/popfile/macosx/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 25 May 2008 08:04:55 -0000 1.3 --- Makefile 26 May 2008 17:38:40 -0000 1.4 *************** *** 96,99 **** --- 96,102 ---- @echo "Applying recommended permissions..." + chmod 744 $(PACKAGE_ROOT)/Library/StartupItems/POPFile/POPFile + chmod 644 $(PACKAGE_ROOT)/Library/StartupItems/POPFile/StartupParameters.plist + sudo chown -R root:wheel $(PACKAGE_ROOT)/Library/StartupItems sudo chown -R root:admin $(PACKAGE_ROOT)/Library/POPFile |