wok diff portmidi/receipt @ rev 14071
Virtualbox-ose: trying to fix
author | ernia <monghitri@aruba.it> |
---|---|
date | Thu Feb 21 13:40:21 2013 +0000 (2013-02-21) |
parents | 13a3cb28b87c |
children | 2a5cc8208d36 |
line diff
1.1 --- a/portmidi/receipt Fri Oct 22 05:08:14 2010 +0000 1.2 +++ b/portmidi/receipt Thu Feb 21 13:40:21 2013 +0000 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 }