mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-16 20:01:31 +02:00
* Forgot to add msf path
This commit is contained in:
parent
aed29f68aa
commit
bde332ee42
2 changed files with 3 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
EBUILD fasttrack-9999.ebuild 1218 RMD160 72689b6f2d804b8d1a5110da2e026cd979768e14 SHA1 47d1cba13bbaa54159220a7feeecf71486015b2c SHA256 ec103170dfca67ffe5f61f42305daf9884c3cad1316e4df3781fd5e6cee0c96c
|
||||
EBUILD fasttrack-9999.ebuild 1301 RMD160 099beaa58a685b2fd8cb0190e04677142934b6aa SHA1 69e644ae9cd81edd60ae5e510cdde35e8d53b5dd SHA256 1fbf24fee50748e956c41fd5933a4a494ee998d2e65a7f2263af9f30942bd407
|
||||
|
|
|
|||
|
|
@ -44,6 +44,8 @@ src_install() {
|
|||
sed -e 's:\"bin/:\"/usr/lib/fasttrack/bin/:' -i "${file}"
|
||||
done
|
||||
sed -e '/launchgui/ s:python ::' -i ftgui
|
||||
# Setup msf path
|
||||
echo "/usr/lib/metasploit3/" > /bin/setup/metasploitconfig.file
|
||||
dosbin fast-track.py
|
||||
dosbin ftgui
|
||||
cp -pR bin ${D}/usr/lib/${PN}/
|
||||
|
|
|
|||
Loading…
Reference in a new issue