mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
arachni: use magic-pax and arachni-loader
This commit is contained in:
parent
696664c259
commit
b473a6b984
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ src_install() {
|
|||
#we write a loader to make sure ${RUBY} is pax marked
|
||||
cat <<-EOF > "${ED}"/usr/$(get_libdir)/${PN}/bin/arachni-loader
|
||||
#!/bin/sh
|
||||
magic-pax /usr/bin/ruby21 m && exec /usr/$(get_libdir)/${PN}/\$(basename $0)
|
||||
magic-pax /usr/bin/ruby21 m && exec /usr/$(get_libdir)/${PN}/bin/\$(basename \$0)
|
||||
EOF
|
||||
fperms +x /usr/$(get_libdir)/${PN}/bin/arachni-loader
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue