Pass --ignorearch to makepkg
This commit is contained in:
parent
6532c70eab
commit
3f378e62f9
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ if [ "$PLUGIN_PKGBUILD" != "" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Running build"
|
echo "Running build"
|
||||||
pikaur --noprogressbar --noconfirm -P "$PKGBUILD"
|
pikaur -P --noprogressbar --noconfirm --mflags=--ignorearch "$PKGBUILD"
|
||||||
|
|
||||||
echo "Moving packages to output directory: $OUTDIR"
|
echo "Moving packages to output directory: $OUTDIR"
|
||||||
mv *.pkg.* "$OUTDIR/"
|
mv *.pkg.* "$OUTDIR/"
|
||||||
|
|
Loading…
Reference in a new issue