diff options
| author | 2025-10-21 14:02:16 +0500 | |
|---|---|---|
| committer | 2025-10-21 14:02:16 +0500 | |
| commit | 9bf528f5a06039a74f15f6a7d7882bb2c4d7c7e0 (patch) | |
| tree | b3fe7065a2f3ddbda8361e53934d1d163f44dd32 | |
| parent | bd584633b4c6595c27876b7e39915658fc4c4c6b (diff) | |
Update PKGBUILD
| -rw-r--r-- | PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 } |
