summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheAssassin2019-01-27 02:39:52 +0100
committerTheAssassin2019-01-27 02:39:52 +0100
commitbbd871435f52d5e2a63c0290c4fd6c9f1b2bc5fb (patch)
treed54876c7f0fe010f6b56c77727b2e741878fa19b
parent2658a617f8fd2e484c9891b35d146ca1aac9f4f4 (diff)
downloadaur-bbd871435f52d5e2a63c0290c4fd6c9f1b2bc5fb.tar.gz
Fix bundling of private library files
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73ff6700279a..567c9dac5758 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,6 +39,10 @@ build() {
package() {
cd "$srcdir/$_pkgname"
+ # must re-run CMake in order to populate the list of library files to bundle
+ # see 2175cfb for more information
+ cmake .
+
make DESTDIR="$pkgdir" install
# install license files