summaryrefslogtreecommitdiff
path: root/repo/devel
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-01 19:17:45 +0000
committerdavidovski <david@davidovski.xyz>2022-02-01 19:17:45 +0000
commit7f9ffb0e9f0f73de7b636d99f72393955c02248f (patch)
tree5038a853442e31cd13e70b650b8d33a8ef4065d7 /repo/devel
parent9e84a11fa2ae888523056432df9e97622d9b6e99 (diff)
fixed install for ninja
Diffstat (limited to 'repo/devel')
-rw-r--r--repo/devel/ninja.xibuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/repo/devel/ninja.xibuild b/repo/devel/ninja.xibuild
index 24f72ad..485b87a 100644
--- a/repo/devel/ninja.xibuild
+++ b/repo/devel/ninja.xibuild
@@ -16,6 +16,8 @@ check () {
}
package () {
+ mkdir -pv $PKG_DEST/usr/bin
+ mkdir -pv $PKG_DEST/usr/share/{bash-completion/completions,zsh/site-functions}
install -vm755 ninja $PKG_DEST/usr/bin/
install -vDm644 misc/bash-completion $PKG_DEST/usr/share/bash-completion/completions/ninja
install -vDm644 misc/zsh-completion $PKG_DEST/usr/share/zsh/site-functions/_ninja