veil-evasion: fix typo in the last commit

This commit is contained in:
blshkv 2016-10-19 00:08:41 +08:00
parent 15247ecfd6
commit 01679d0975
No known key found for this signature in database
GPG key ID: 9CCF6FCB8D8A14BF

View file

@ -39,7 +39,7 @@ S="${WORKDIR}/Veil-Evasion-${PV}"
src_prepare() {
#+os.path.expanduser(settings.PYINSTALLER_PATH + '/pyinstaller.py')+
# os.path.expanduser(settings.PYINSTALLER_PATH + '/pyinstaller.py')
sed -i "s|os.path.expanduser(settings.PYINSTALLER_PATH + '/pyinstaller.py')|/usr/bin/pyinstall|g" modules/common/supportfiles.py || die "sed failed"
sed -i "s|os.path.expanduser(settings.PYINSTALLER_PATH + '/pyinstaller.py')|'/usr/bin/pyinstall'|g" modules/common/supportfiles.py || die "sed failed"
}
src_install() {