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
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
dontMakeSourcesWritable=1
|
||||
postUnpack() {
|
||||
find . -type d | xargs -n1 chmod +x
|
||||
find . -type d | xargs -n1 chmod +x
|
||||
find . -type d -exec chmod +x '{}' \;
|
||||
}
|
||||
|
||||
preBuild() {
|
||||
|
|
Loading…
Reference in a new issue