summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus Gabriel Werny de Lima2021-05-18 18:50:19 +0200
committerMatheus Gabriel Werny de Lima2021-05-18 18:50:19 +0200
commitd246672d1b2728aff677b9d3872dc36d4e35de76 (patch)
tree452af55e1db70f490ca81a18723431f92b3873a0
parent7b913c96532b3d51f36d7b38b861442bf709ad69 (diff)
downloadaur-d246672d1b2728aff677b9d3872dc36d4e35de76.tar.gz
Comment update.
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4090228b88a..d5c43ce40dad 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -82,7 +82,7 @@ dotnet run --no-launch-profile --no-build -c Release -p \"/usr/share/\"${_pkgnam
# Install the software.
cp -r "${srcdir}"/"${_pkgname}"/ "${pkgdir}"/usr/share/
- ## Link the scripts.
+ ## Create an executable.
ln -sfrT "${pkgdir}"/usr/share/"${_pkgname}"/run.sh "${pkgdir}"/usr/bin/"${_pkgname_lc}"
chmod 755 "${pkgdir}"/usr/bin/"${_pkgname_lc}"