Author: spadkins
Date: Thu Oct 26 06:20:13 2006
New Revision: 7984

Modified:
   p5ee/trunk/App-Context/Makefile.PL

Log:
fix a permissions problem on install

Modified: p5ee/trunk/App-Context/Makefile.PL
==============================================================================
--- p5ee/trunk/App-Context/Makefile.PL  (original)
+++ p5ee/trunk/App-Context/Makefile.PL  Thu Oct 26 06:20:13 2006
@@ -42,6 +42,7 @@
     return <<EOF;
 
 install ::
+       @\$(RM_F) "\$(PREFIX)/cgi-bin/app"
        @\$(CP) "\$(PREFIX)/bin/app" "\$(PREFIX)/cgi-bin/app"
 
 EOF

Reply via email to