remove .sh suffix from symlink

Don't care if it's a shell script or something else.
This commit is contained in:
Florian Tham
2015-08-12 15:50:55 +02:00
parent d23d22ebe2
commit a5bd8f45ad
2 changed files with 2 additions and 2 deletions

View File

@@ -41,5 +41,5 @@ src_install() {
doins mapping-rfc.txt
exeinto "${INSTALLDIR}/bin"
doexe bin/openssl.*
dosym "${INSTALLDIR}/testssl.sh" /usr/bin/testssl.sh
dosym "${INSTALLDIR}/testssl.sh" /usr/bin/testssl
}