wok diff backuppc/receipt @ rev 17434

Up: wv (1.2.9)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Dec 07 11:41:39 2014 +0100 (2014-12-07)
parents ee5c8b018b62
children 4ea96657834e
line diff
     1.1 --- a/backuppc/receipt	Thu Dec 05 20:42:36 2013 +0000
     1.2 +++ b/backuppc/receipt	Sun Dec 07 11:41:39 2014 +0100
     1.3 @@ -23,7 +23,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	mkdir -p _pkg/etc/apache/conf.d
     1.8 +	mkdir -p $DESTDIR/etc/apache/conf.d
     1.9  	grep -q share/BackupPC/doc configure.pl ||
    1.10  	sed -i -e 's|/doc|/share/BackupPC/doc|' \
    1.11  		-e 's|bin doc|bin share/BackupPC/doc|' \
    1.12 @@ -34,13 +34,13 @@
    1.13  		--hostname=localhost --html-dir=/usr/share/BackupPC/www \
    1.14  		--html-dir-url=/BackupPC/img \
    1.15  		--cgi-dir=/usr/share/BackupPC/cgi &&
    1.16 -	cp httpd/BackupPC.conf _pkg/etc/apache/conf.d
    1.17 +	cp httpd/BackupPC.conf $DESTDIR/etc/apache/conf.d
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	cp -a $_pkg/* $fs
    1.24 +	cp -a $install/* $fs
    1.25  	cp -a $stuff/* $fs
    1.26  	sed -i -e "s/''http/'http/;s/min''/min'/" \
    1.27  	       -e 's/-E -N -d/-E -d/' \