aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Stepanov Aleksey <blueingreen@bluig.space>2025-10-21 14:02:16 +0500
committerLibravatar Stepanov Aleksey <blueingreen@bluig.space>2025-10-21 14:02:16 +0500
commit9bf528f5a06039a74f15f6a7d7882bb2c4d7c7e0 (patch)
treeb3fe7065a2f3ddbda8361e53934d1d163f44dd32
parentbd584633b4c6595c27876b7e39915658fc4c4c6b (diff)
Update PKGBUILD
-rw-r--r--PKGBUILD5
1 files 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 <blueingreen@bluig.space>
+# Maintainer: Aleksey Stepanov <blueingreen@bluig.space>
_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
}