wok diff php/receipt @ rev 9862
Up: tazpkg (4.6.2) - Bug fix and last rel with TazpkgBox (we have TazPanel packages now)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 16 19:31:20 2011 +0200 (2011-05-16) |
parents | b58ede60af7d |
children | 5aaf9b5cc9b2 |
line diff
1.1 --- a/php/receipt Mon May 16 18:10:27 2011 +0200 1.2 +++ b/php/receipt Mon May 16 19:31:20 2011 +0200 1.3 @@ -63,8 +63,8 @@ 1.4 make -j 4 && make INSTALL_ROOT=$DESTDIR install 1.5 ./configure $COMMON_ARGS --with-apxs2=/usr/bin/apxs && \ 1.6 make -j 4 && { 1.7 - mkdir -p $install/etc/apache 1.8 - cp /etc/apache/httpd.conf $install/etc/apache/httpd.conf 1.9 + mkdir -p $DESTDIR/etc/apache 1.10 + cp /etc/apache/httpd.conf $DESTDIR/etc/apache/httpd.conf 1.11 make INSTALL_ROOT=$DESTDIR install 1.12 } 1.13 }