summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavide Depau2019-05-11 17:56:46 +0200
committerDavide Depau2019-05-11 17:56:46 +0200
commitaac8b7ac226e7bab99ae40585d53e816a5f1183f (patch)
tree1b06cb0272653bdd4ead078e19df2af6d6270fb5 /PKGBUILD
parentc6d1f474c94269451f1c4147e8147c761c0e3814 (diff)
downloadaur-aac8b7ac226e7bab99ae40585d53e816a5f1183f.tar.gz
Update make command to reflect that of the RPM package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2f13b8a9415..e389d2a31a8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ pkgver() {
build() {
cd "$srcdir/$_pkgname"
- make
+ make KEEP_SYMBOLS=1 release pkgconfig
}
package() {