Date: Friday, September 3, 2021 @ 21:16:18 Author: heftig Revision: 423407
0.7.0-2 Modified: dleyna-core/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-03 21:14:42 UTC (rev 423406) +++ PKGBUILD 2021-09-03 21:16:18 UTC (rev 423407) @@ -2,7 +2,7 @@ pkgname=dleyna-core pkgver=0.7.0 -pkgrel=1 +pkgrel=2 pkgdesc="Library of utility functions that are used by the higher level dLeyna" url="https://github.com/phako/dleyna-core" arch=(x86_64) @@ -32,5 +32,5 @@ } package() { - DESTDIR="$pkgdir" meson install -C build + meson install -C build --destdir "$pkgdir" }