From: Andre P. <at...@us...> - 2005-07-30 12:04:29
|
Update of /cvsroot/hoc/hoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12380 Modified Files: Makefile.in Log Message: Set the correct permissions on the installed HOC package Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/Makefile.in,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Makefile.in 30 Jul 2005 08:24:42 -0000 1.10 +++ Makefile.in 30 Jul 2005 12:04:17 -0000 1.11 @@ -77,6 +77,7 @@ cp HOC/HOC.conf "$(installer_package_root)"/$(GHC_LIB_PATH)/HOC cp Foundation/Foundation.conf "$(installer_package_root)"/$(GHC_LIB_PATH)/Foundation cp AppKit/AppKit.conf "$(installer_package_root)"/$(GHC_LIB_PATH)/AppKit + chown -R root:admin "$(installer_package_root)" .PHONY: samples samples: |