diff options
author | Matheus Gabriel Werny de Lima | 2022-04-03 10:42:47 +0200 |
---|---|---|
committer | Matheus Gabriel Werny de Lima | 2022-04-03 10:42:47 +0200 |
commit | 26862791a623682dee745f5967c106c73ba9c16f (patch) | |
tree | 8c274434ca697599c4e83398b93da3e80b3ec414 /PKGBUILD | |
parent | eb405938855bf339887e93c7e323d4ce19e49d08 (diff) | |
download | aur-26862791a623682dee745f5967c106c73ba9c16f.tar.gz |
Update.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -35,7 +35,8 @@ package() ## Create an executable. echo -e "#!/bin/bash -node /usr/share/${pkgname}/dist/cli.js \"\${@}\"" > "${pkgdir}"/usr/bin/"${pkgname}" + +node /usr/share/\"${pkgname}\"/dist/cli.js \"\${@}\"" > "${pkgdir}"/usr/bin/"${pkgname}" chmod 755 "${pkgdir}"/usr/bin/"${pkgname}" # Install the documentation. |