mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 10:11:12 +02:00
fixing veil argument passing, and fixing tool output
This commit is contained in:
parent
c5f2c2b6d9
commit
ebf9323dba
2 changed files with 5 additions and 4 deletions
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
cd /usr/lib/veil
|
||||
python ./Veil.py $@
|
||||
|
|
@ -52,7 +52,11 @@ src_install() {
|
|||
newins "${FILESDIR}"/${PN}-3_settings.py settings.py
|
||||
|
||||
# dosym "${EPREFIX}"/usr/$(get_libdir)/veil/Veil.py /usr/bin/veil
|
||||
dobin "${FILESDIR}"/veil
|
||||
newbin - veil <<-EOF
|
||||
#!/bin/sh
|
||||
cd /usr/lib/veil
|
||||
python ./Veil.py \${@}
|
||||
EOF
|
||||
}
|
||||
|
||||
pkg_postinst(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue