diff options
Diffstat (limited to '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 } |
