summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Tas2019-06-26 14:07:38 +0200
committerSimon Tas2019-06-26 14:07:38 +0200
commit45974bf2b0d1fdc880454f4f290ff55929e36c27 (patch)
tree27274cf0237b47b811e3b705ca54ecdb484f10f8 /PKGBUILD
parent5360ae63c6552dc366d4901145e48da849f7dfce (diff)
downloadaur-45974bf2b0d1fdc880454f4f290ff55929e36c27.tar.gz
removed -git from the /usr/bin link
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f8173a9ee6f..617ee7c9cd87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,6 +33,6 @@ package() {
cp -dr --no-preserve=ownership ./* "${pkgdir}/usr/lib/${_pkgname}/"
install -dm755 "${pkgdir}/usr/bin"
- ln -s "/usr/lib/${_pkgname}/bin/launch.sh" "${pkgdir}/usr/bin/${pkgname}"
+ ln -s "/usr/lib/${_pkgname}/bin/launch.sh" "${pkgdir}/usr/bin/sam-rewritten"
}