wok diff backuppc/receipt @ rev 15602

Use DESTDIR
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 20:42:36 2013 +0000 (2013-12-05)
parents 223b265f40fd
children 051931e905b0
line diff
     1.1 --- a/backuppc/receipt	Sat Sep 07 22:59:13 2013 +0000
     1.2 +++ b/backuppc/receipt	Thu Dec 05 20:42:36 2013 +0000
     1.3 @@ -28,7 +28,7 @@
     1.4  	sed -i -e 's|/doc|/share/BackupPC/doc|' \
     1.5  		-e 's|bin doc|bin share/BackupPC/doc|' \
     1.6  		configure.pl
     1.7 -	perl configure.pl --batch --dest-dir=$PWD/_pkg --install-dir=/usr \
     1.8 +	perl configure.pl --batch --dest-dir=$DESTDIR --install-dir=/usr \
     1.9  		--data-dir=/var/lib/BackupPC --config-dir=/etc/BackupPC \
    1.10  		--log-dir=/var/log/BackupPC --backuppc-user=www \
    1.11  		--hostname=localhost --html-dir=/usr/share/BackupPC/www \