makedeb


stoke-git 1.45.da2970e-2


A MPR helper written in bash.

Click here to go back to the commit logs for stoke-git.

Commit:


Hash: 7041b6afffe8da35c401a38fe41b24abee3db4d1

Message: change suggested by zocker

Diff


diff --git a/PKGBUILD b/PKGBUILD
index d5e6c6b..f589272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,10 +24,9 @@ pkgver() {
 
 package() {
   cd "$_pkgname"
-  mkdir -p $pkgdir/usr/bin
-  install -Dm755 stoke "${pkgdir}/usr/bin/"
+  install -Dm755 stoke -t "${pkgdir}/usr/bin/"
   rm -f stoke
   mv stoke-completions stoke
-  install -Dm755 stoke "${pkgdir}/usr/share/bash-completions/completions/"
+  install -Dm755 stoke -t "${pkgdir}/usr/share/bash-completions/completions/"
 
 }