aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to '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
}