mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
set: fix wget removal
This commit is contained in:
parent
fb0aba6f06
commit
23081ec259
2 changed files with 3 additions and 3 deletions
|
|
@ -1,2 +1,2 @@
|
|||
AUX set 41 RMD160 d409a05d5764a3a017df12575924419b9438fc5c SHA1 e95fdf8e48af1b1c4bdfbe8443ade5d8da0a7e62 SHA256 61fa527c1906be500005f480446cdfe04e45e48e9ce1a7415e90570ff9f74a27
|
||||
EBUILD set-9999.ebuild 1919 RMD160 559ce168a7b41aa6e6e4a4e3dfc2e6e1bde92544 SHA1 e443107034beee8676cb451c79d1a034a1f6c287 SHA256 bc3457fefbcbab39fc9c890c193bf2862a28fee5141dad809cbafa3a4d829ff5
|
||||
EBUILD set-9999.ebuild 1939 RMD160 8c9f778622668df1ffb019eb181fbdc0032f7642 SHA1 89dafb0f6bbf63eaa6a970a9c16b5107b091bc2f SHA256 a5189985bdd3a653b9a7f100a2d33072ca7cdd4f9b48f2c021995f7093a46307
|
||||
|
|
|
|||
|
|
@ -49,9 +49,9 @@ src_install() {
|
|||
rm -Rf "${D}"/usr/lib/${PN}/readme
|
||||
|
||||
#we don't need a dynamically compiled wget, we have that
|
||||
rm -rf "${D}"/usr/lib/set/src/web_clone/linux
|
||||
rm -rf "${D}"/usr/lib/set/src/webattack/web_clone/linux
|
||||
#especially not for MacOSX
|
||||
rm -rf "${D}"/usr/lib/set/src/web_clone/osx
|
||||
rm -rf "${D}"/usr/lib/set/src/webattack/web_clone/osx
|
||||
|
||||
#remove more broken staticly compiled crap
|
||||
rm -rf "${D}"/usr/lib/set/src/wireless/airbase-ng
|
||||
|
|
|
|||
Loading…
Reference in a new issue