diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b505c9d --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*/pkg/ +*/src/ +*.tar.xz + +tsk/ \ No newline at end of file diff --git a/tsk-git/PKGBUILD b/tsk-git/PKGBUILD index 89b1944..af828e5 100644 --- a/tsk-git/PKGBUILD +++ b/tsk-git/PKGBUILD @@ -27,9 +27,9 @@ package() { install -Dm755 "target/release/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}" - #install -Dm644 "target/release/build/${_pkgname}-"*"/out/_${_pkgname}" "${pkgdir}/usr/share/zsh/site-functions/_${_pkgname}" - #install -Dm644 "target/release/build/${_pkgname}-"*"/out/${_pkgname}.bash" "${pkgdir}/usr/share/bash-completion/completions/${_pkgname}" - #install -Dm644 "target/release/build/${_pkgname}-"*"/out/${_pkgname}.fish" "${pkgdir}/usr/share/fish/completions/${_pkgname}.fish" + install -Dm644 "target/completions/_${_pkgname}" "${pkgdir}/usr/share/zsh/site-functions/_${_pkgname}" + install -Dm644 "target/completions/${_pkgname}.bash" "${pkgdir}/usr/share/bash-completion/completions/${_pkgname}" + install -Dm644 "target/completions/${_pkgname}.fish" "${pkgdir}/usr/share/fish/completions/${_pkgname}.fish" install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md" install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"