mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
veil-evasion: fix typo in the last commit
This commit is contained in:
parent
15247ecfd6
commit
01679d0975
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue