wok-next rev 14182
Up: aufs-utils (20130311)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 11 12:58:12 2013 +0100 (2013-03-11) |
parents | 25e3e67211d0 |
children | 220dcc13353f |
files | aufs-utils/receipt |
line diff
1.1 --- a/aufs-utils/receipt Mon Mar 11 12:18:04 2013 +0100 1.2 +++ b/aufs-utils/receipt Mon Mar 11 12:58:12 2013 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="aufs-utils" 1.7 -VERSION="20110214" 1.8 +VERSION="20130311" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="The aufs utils." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -20,14 +20,14 @@ 1.13 cd $src 1.14 sed -i 's/-m 644 -T/-m 644/' Makefile 1.15 make && 1.16 - make DESTDIR=$PWD/_pkg install 1.17 + make DESTDIR=$DESTDIR install 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr 1.24 - cp -a $_pkg/sbin $fs 1.25 - cp -a $_pkg/usr/bin $fs/usr 1.26 + cp -a $install/sbin $fs 1.27 + cp -a $install/usr/bin $fs/usr 1.28 } 1.29