Merge pull request #8527 from dezgeg/pr-xfig

xfig: Fix build failure on staging now visible due to #7524
This commit is contained in:
Peter Simons 2015-06-27 21:26:02 +02:00
commit f9046a1878

View File

@ -5,8 +5,7 @@ makeFlags="XAWLIB=-lXaw3d BINDIR=$out/bin XAPPLOADDIR=$out/etc/X11/app-defaults
# We need chmod +wx on dirs, not just chmod +w # We need chmod +wx on dirs, not just chmod +w
dontMakeSourcesWritable=1 dontMakeSourcesWritable=1
postUnpack() { postUnpack() {
find . -type d | xargs -n1 chmod +x find . -type d -exec chmod +x '{}' \;
find . -type d | xargs -n1 chmod +x
} }
preBuild() { preBuild() {