
10 Jan
2015
10 Jan
'15
1:44 p.m.
On 10.01.2015 09:16, Wawrzek Niewodniczanski wrote:
Hi,
I'm building wine and I've reached libxml2-python-32 port, which has failed. That's the line in Pkgfile causing problem:
rm $PKG/usr/lib32/python2.7/site-packages/libxml2mod.{a,la}
And the problem is that there is not lib32 library in $PKG only lib:
# ls -d work/pkg/usr/lib* work/pkg/usr/lib
What do you advices?
Add option -f to the rm command: rm -f $PKG/... Then rm won't complain about the missing file. Regards, Bernd