wok diff fswebcam/receipt @ rev 12544
pcmanfm: Fix build with binutils 2.22 (use LDFLAGS)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Apr 26 13:38:37 2012 +0200 (2012-04-26) |
parents | d420f0202279 |
children | fcdd50638150 |
line diff
1.1 --- a/fswebcam/receipt Tue Dec 15 16:10:42 2009 +0000 1.2 +++ b/fswebcam/receipt Thu Apr 26 13:38:37 2012 +0200 1.3 @@ -20,7 +20,7 @@ 1.4 while read file; do 1.5 [ -f done.$file ] && continue 1.6 echo "Apply $file..." 1.7 - patch -p1 < ../stuff/$PACKAGE-$VERSION-$file || return 1 1.8 + patch -p1 < $stuff/$PACKAGE-$VERSION-$file || return 1 1.9 touch done.$file 1.10 done <<EOT 1.11 gzip.patch