wok-current diff aircrack-ng/receipt @ rev 4134
Up: xfprint* (4.6.1)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Sep 20 13:27:04 2009 +0000 (2009-09-20) |
parents | 7a436db659a4 |
children | b735ac9efe64 |
line diff
1.1 --- a/aircrack-ng/receipt Sun Mar 15 22:17:07 2009 +0000 1.2 +++ b/aircrack-ng/receipt Sun Sep 20 13:27:04 2009 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="aircrack-ng" 1.7 -VERSION="1.0-rc1" 1.8 +VERSION="1.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="802.11 WEP and WPA-PSK keys cracking program." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -15,6 +15,8 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 + sed -i s#/usr/local#/usr#g common.mak || exit 1 1.17 + sed -i s#/man/man1#/share/man/man1# common.mak || exit 1 1.18 make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 } 1.21 @@ -23,7 +25,7 @@ 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr 1.25 - cp -a $_pkg/usr/local/bin $fs/usr 1.26 - cp -a $_pkg/usr/local/sbin $fs/usr 1.27 + cp -a $_pkg/usr/bin $fs/usr 1.28 + cp -a $_pkg/usr/sbin $fs/usr 1.29 } 1.30