Merge pull request #8527 from dezgeg/pr-xfig
xfig: Fix build failure on staging now visible due to #7524
This commit is contained in:
commit
f9046a1878
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user