2008/12/8 Marcus Boerger <[EMAIL PROTECTED]>:
> helly           Mon Dec  8 00:00:17 2008 UTC
>
>  Modified files:
>    /php-src/ext/phar   Makefile.frag
>  Log:
>  - When installing phar, make phar a link to phar.phar
>
> http://cvs.php.net/viewvc.cgi/php-src/ext/phar/Makefile.frag?r1=1.15&r2=1.16&diff_format=u
> Index: php-src/ext/phar/Makefile.frag
> diff -u php-src/ext/phar/Makefile.frag:1.15 
> php-src/ext/phar/Makefile.frag:1.16
> --- php-src/ext/phar/Makefile.frag:1.15 Fri Aug  1 13:45:05 2008
> +++ php-src/ext/phar/Makefile.frag      Mon Dec  8 00:00:16 2008
> @@ -43,3 +43,4 @@
>  install-pharcmd: pharcmd
>        [EMAIL PROTECTED](mkinstalldirs) $(INSTALL_ROOT)$(bindir)
>        $(INSTALL) $(builddir)/phar.phar $(INSTALL_ROOT)$(bindir)
> +       $(LN_S) $(INSTALL_ROOT)$(bindir)/phar.phar 
> $(INSTALL_ROOT)$(bindir)/phar

Should you test if the symlink exists already, or use -f?

-Hannes

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

Reply via email to