diff options
author | ur name | 2020-09-09 17:56:24 +0000 |
---|---|---|
committer | ur name | 2020-09-09 17:56:24 +0000 |
commit | a6bf24ba2306501bb29d7b919d4d141aeea65beb (patch) | |
tree | 0848768ca961470dbd7d8a28bf4090cc83c0a8da /PKGBUILD | |
parent | ef8a596796cc5289805a633e8ca5ea7c6419683c (diff) | |
download | aur-a6bf24ba2306501bb29d7b919d4d141aeea65beb.tar.gz |
now also installs the license
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # PKGBUILD created by using cargo-aur pkgname='auswahl-git' -pkgver=0.1.1.7.g913e6f3 +pkgver=0.1.1 pkgrel=1 pkgdesc='A tool to create dmenu or rofi menus using a simple declaration syntax.' arch=('any') @@ -27,6 +27,6 @@ check() { package() { cd $pkgname install -Dm 755 target/release/auswahl -t "${pkgdir}/usr/bin" - # install -Dm 755 $pkgname/LICENSE "${pkgdir}/usr/share/licenses/auswahl" + install -Dm 755 $pkgname/LICENSE "${pkgdir}/usr/share/licenses/auswahl" } |