summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Carr2016-02-23 13:01:31 -0800
committerDonald Carr2016-02-23 13:01:31 -0800
commit0833da0a76b56ac7a4eab68ed63eb4fc335ae5ca (patch)
treedb2fbab67253b22a3395b6bf5e494e430166194a
parent6646495f8f769410978d30e5172434f6b21fbea2 (diff)
downloadaur-0833da0a76b56ac7a4eab68ed63eb4fc335ae5ca.tar.gz
Don't check the dependencies of the target libs package
Change-Id: Id34550814ad527b0a29f884939eb1407132b2a73
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96cebff3de9c..400af27cfe2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -236,7 +236,7 @@ fi
sed -i "s,localpiprefix,${_installprefix}," ${_pkgprofiled}/qpi.sh || exit 1
cd ${_libsdir}
- runuser -l ${_packaginguser} -c 'makepkg -f' || exit 1
+ runuser -l ${_packaginguser} -c 'makepkg -d -f' || exit 1
echo "the libs package for the Raspberry Pi${_piver} is in the ${_packaginguser} home directory awaiting deployment"