wok rev 13720
galculator: try to fix patching (again)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 21 05:15:23 2012 +0000 (2012-12-21) |
parents | 985d65083db8 |
children | ade0a50b6a2d |
files | galculator/receipt |
line diff
1.1 --- a/galculator/receipt Fri Dec 21 04:34:21 2012 +0000 1.2 +++ b/galculator/receipt Fri Dec 21 05:15:23 2012 +0000 1.3 @@ -15,8 +15,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 - patch -p1 < $stuff/galculator-2.0.1-gtk2.patch 1.9 + patch < $stuff/galculator-2.0.1-gtk2.patch 1.10 1.11 # Binutils 2.22 break many packages build without LDFLAGS set correctly. 1.12 export LDFLAGS="-Wl,--copy-dt-needed-entries"