console/console-keyboard-multiplexer: use 'install' instead of 'cp' (MR 1237)
This commit is contained in:
parent
768f534c8b
commit
25e4fb1165
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Danct12 <danct12@disroot.org>
|
||||
pkgname=console-keyboard-multiplexer
|
||||
pkgver=0_git20200104
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="An on screen keyboard for terminals"
|
||||
arch="all"
|
||||
url="https://github.com/Daniel-Abrecht/console-keyboard-multiplexer"
|
||||
|
@ -25,7 +25,8 @@ build() {
|
|||
|
||||
package() {
|
||||
make install-bin DESTDIR="$pkgdir"
|
||||
cp -f $srcdir/ckmvt $pkgdir/usr/bin/ckmvt
|
||||
install -Dm755 "$srcdir"/ckmvt \
|
||||
"$pkgdir"/usr/bin/ckmvt
|
||||
}
|
||||
sha512sums="be8e3a892409ee316ee0478c7d46249ab5eefffaffbe11215f593beab2b0da5ae24392e407748a50d567eaffb9cdcd847e24f077030447fb4753470bc75b8cf4 console-keyboard-multiplexer-e304969224ba79cdac9e6715fd329a8af278cc33.tar.gz
|
||||
1c56ec846de906ec63446aa07cb40d0e64c7e609e5756497aa63fef6b3b071d0f098071e42450e973b6a7bad670771b1c680e5788b987b852c471d074f909ac1 ckmvt"
|
||||
|
|
Loading…
Reference in a new issue