From 9bf528f5a06039a74f15f6a7d7882bb2c4d7c7e0 Mon Sep 17 00:00:00 2001 From: Stepanov Aleksey Date: Tue, 21 Oct 2025 14:02:16 +0500 Subject: Update PKGBUILD --- PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index d6160cf..93c0c32 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Aleksey Steapanov +# Maintainer: Aleksey Stepanov _pkgname=swob pkgname="${_pkgname}-git" @@ -22,6 +22,5 @@ pkgver() { package() { cd "${_pkgname}" - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE" - install -Dm755 "$_pkgname" "$pkgdir/usr/bin/$_pkgname" + DESTDIR="$pkgdir" ./install.sh } -- cgit