diff options
author | Bottersnike | 2018-04-21 17:38:44 +0100 |
---|---|---|
committer | Bottersnike | 2018-04-21 17:38:44 +0100 |
commit | 3815def133a55346d47d992051524519633ab4ac (patch) | |
tree | c326bcf25205b73d20ec4031c688d97663a7656c /PKGBUILD | |
parent | fd61c3ee7767424ec0866c446bbba8f7c37959fa (diff) | |
download | aur-3815def133a55346d47d992051524519633ab4ac.tar.gz |
Fix pxlst install
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ package() { cd "$pkgname-$pkgver" mkdir -p "$pkgdir/usr/bin" cp -p "pxls" "$pkgdir/usr/bin" + cp -p "pxlst" "$pkgdir/usr/bin" } md5sums=('3e3d7d7da4c31aabd15e486f54f47081') |