helly           Sat Dec 13 14:49:21 2008 UTC

  Modified files:              
    /php-src/ext/phar   Makefile.frag 
  Log:
  Use ' -f' as requested
  
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/Makefile.frag?r1=1.16&r2=1.17&diff_format=u
Index: php-src/ext/phar/Makefile.frag
diff -u php-src/ext/phar/Makefile.frag:1.16 php-src/ext/phar/Makefile.frag:1.17
--- php-src/ext/phar/Makefile.frag:1.16 Mon Dec  8 00:00:16 2008
+++ php-src/ext/phar/Makefile.frag      Sat Dec 13 14:49:21 2008
@@ -43,4 +43,4 @@
 install-pharcmd: pharcmd
        -...@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
        $(INSTALL) $(builddir)/phar.phar $(INSTALL_ROOT)$(bindir)
-       $(LN_S) $(INSTALL_ROOT)$(bindir)/phar.phar $(INSTALL_ROOT)$(bindir)/phar
+       $(LN_S) -f $(INSTALL_ROOT)$(bindir)/phar.phar 
$(INSTALL_ROOT)$(bindir)/phar



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to