wok 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
files php/receipt tazpkg/receipt
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  }
     2.1 --- a/tazpkg/receipt	Mon May 16 18:10:27 2011 +0200
     2.2 +++ b/tazpkg/receipt	Mon May 16 19:31:20 2011 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="tazpkg"
     2.7 -VERSION="4.6.1"
     2.8 +VERSION="4.6.2"
     2.9  CATEGORY="base-system"
    2.10  SHORT_DESC="SliTaz packages manager."
    2.11  MAINTAINER="pankso@slitaz.org"