wok diff portmidi/receipt @ rev 8971
openvas-administrator, openvas-scanner: update build_depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 02 10:29:54 2011 +0100 (2011-03-02) |
parents | 13a3cb28b87c |
children | 2a5cc8208d36 |
line diff
1.1 --- a/portmidi/receipt Fri Oct 22 05:08:14 2010 +0000 1.2 +++ b/portmidi/receipt Wed Mar 02 10:29:54 2011 +0100 1.3 @@ -14,9 +14,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - src=$WOK/$PACKAGE/$PACKAGE 1.8 cd $src 1.9 - patch -Np1 -i ../stuff/portmidi-217-Makefile.patch 1.10 + patch -Np1 -i $stuff/portmidi-217-Makefile.patch 1.11 1.12 # Prefix Fix 1.13 sed -i "s_\(/usr\)/local_\1_" \ 1.14 @@ -39,7 +38,6 @@ 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 genpkg_rules() 1.17 { 1.18 - _pkg=$WOK/$PACKAGE/$PACKAGE/_pkg 1.19 mkdir -p $fs/usr 1.20 cp -a $_pkg/usr/* $fs/usr 1.21 }