makedeb
A MPR helper written in bash.
Click here to go back to the commit logs for stoke-git.
Hash: bbe5a47e1bca933fa7cd3698aab14b5a283cad67
Message: fix a bug where directory is not found
diff --git a/PKGBUILD b/PKGBUILD
index a6f31d9..d5e6c6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,6 +24,7 @@ pkgver() {
package() {
cd "$_pkgname"
+ mkdir -p $pkgdir/usr/bin
install -Dm755 stoke "${pkgdir}/usr/bin/"
rm -f stoke
mv stoke-completions stoke