summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lass2015-11-13 23:53:32 +0100
committerMichael Lass2015-11-13 23:53:32 +0100
commite11b835e33c09a748018c3c5827bb27b5f1cea79 (patch)
treeb3f8ecc457e2dbf1a4793f15a1e2bb41824b4d9f
parent175e3ce2521365cc0cde9fe72a40f4076ee41fe0 (diff)
downloadaur-e11b835e33c09a748018c3c5827bb27b5f1cea79.tar.gz
Adjust start script to not change cur. directory
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0229407508ba..42760f271512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='sslyze'
pkgver=0.12
-pkgrel=2
+pkgrel=3
pkgdesc="Fast and full-featured SSL scanner."
arch=('i686' 'x86_64')
url=('https://github.com/nabla-c0d3/sslyze')
@@ -28,7 +28,7 @@ package() {
cat << EOF > "$pkgdir/usr/bin/sslyze"
#!/usr/bin/bash
-cd /opt/sslyze && python2 sslyze.py \$@
+python2 /opt/sslyze/sslyze.py \$@
EOF
chmod 755 "$pkgdir/usr/bin/sslyze"