mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
burpsuite: only remove files for windows and macosx
This commit is contained in:
parent
7de8ff3a44
commit
ca3aa1f6ba
2 changed files with 6 additions and 5 deletions
|
|
@ -42,11 +42,12 @@ src_unpack() {
|
|||
cp "${DISTDIR}/${A}" "${S}"
|
||||
}
|
||||
|
||||
#src_prepare() {
|
||||
# default
|
||||
# #clean out the cruft
|
||||
# zip -d burpsuite*.jar chromium-*.zip || die
|
||||
#}
|
||||
src_prepare() {
|
||||
default
|
||||
#clean out the cruft
|
||||
zip -d burpsuite*.jar chromium-win*.zip || die
|
||||
zip -d burpsuite*.jar chromium-macos*.zip || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
java-pkg_jarinto /opt/"${PN}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue