wok-next diff portmap/receipt @ rev 9360
devilspie: fix compile_rules (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 20 15:08:08 2011 +0100 (2011-03-20) |
parents | c1ff74d9b6f4 |
children | 02bbaa9d12ba |
line diff
1.1 --- a/portmap/receipt Sat Oct 04 09:01:05 2008 +0000 1.2 +++ b/portmap/receipt Sun Mar 20 15:08:08 2011 +0100 1.3 @@ -15,9 +15,6 @@ 1.4 # rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - # Ovewriting default $src definition 1.8 - 1.9 - src=${PACKAGE}_${VERSION} 1.10 cd $src 1.11 1.12 # Build 1.13 @@ -28,10 +25,6 @@ 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 - src=${PACKAGE}_${VERSION} 1.18 - _pkg=${PACKAGE}_${VERSION}/_pkg 1.19 - 1.20 - 1.21 mkdir -p $fs/usr/sbin 1.22 cp -a $src/pmap_dump $fs/usr/sbin 1.23 cp -a $src/pmap_set $fs/usr/sbin