summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhiggsbosoncodes2019-03-09 21:41:29 +0100
committerhiggsbosoncodes2019-03-09 21:41:29 +0100
commitc7ead7c22dac3da1ff2ee5abbe5433101e367603 (patch)
tree024dd12f3a2ad639b7ce3d72387f2e399dc0d321
parente27bbd551f3bd45c7e2e9de1be37102c4b162786 (diff)
downloadaur-c7ead7c22dac3da1ff2ee5abbe5433101e367603.tar.gz
PKGBUILD FIx
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 181201ef9656..7498ccada5db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,6 +25,7 @@ md5sums=('SKIP')
validpgpkeys=()
build() {
+ export LD_PRELOAD='/usr/lib/libfakeroot/libfakeroot.so'
cd "ArchStartscreen-Animated-master"
make
}
@@ -35,6 +36,7 @@ check() {
}
package() {
+ export LD_PRELOAD='/usr/lib/libfakeroot/libfakeroot.so'
cd "ArchStartscreen-Animated-master"
make DESTDIR="$pkgdir/" install
}