# HG changeset patch # User Christophe Lincoln # Date 1305567080 -7200 # Node ID 115c4697c0e79a94c7af77db3ca10c62e83e5b0a # Parent b58ede60af7d8d88fda5cc3d64bd88dc55e0e16c Up: tazpkg (4.6.2) - Bug fix and last rel with TazpkgBox (we have TazPanel packages now) diff -r b58ede60af7d -r 115c4697c0e7 php/receipt --- a/php/receipt Mon May 16 18:10:27 2011 +0200 +++ b/php/receipt Mon May 16 19:31:20 2011 +0200 @@ -63,8 +63,8 @@ make -j 4 && make INSTALL_ROOT=$DESTDIR install ./configure $COMMON_ARGS --with-apxs2=/usr/bin/apxs && \ make -j 4 && { - mkdir -p $install/etc/apache - cp /etc/apache/httpd.conf $install/etc/apache/httpd.conf + mkdir -p $DESTDIR/etc/apache + cp /etc/apache/httpd.conf $DESTDIR/etc/apache/httpd.conf make INSTALL_ROOT=$DESTDIR install } } diff -r b58ede60af7d -r 115c4697c0e7 tazpkg/receipt --- a/tazpkg/receipt Mon May 16 18:10:27 2011 +0200 +++ b/tazpkg/receipt Mon May 16 19:31:20 2011 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazpkg" -VERSION="4.6.1" +VERSION="4.6.2" CATEGORY="base-system" SHORT_DESC="SliTaz packages manager." MAINTAINER="pankso@slitaz.org"