dotdotpwn: ebuild fix from _kyron

This commit is contained in:
Zero_Chaos 2012-02-18 01:48:41 +00:00
parent e7fb7f0271
commit bc9abed5c1
2 changed files with 8 additions and 3 deletions

View file

@ -1,2 +1,2 @@
DIST dotdotpwn-v3.0.tar.gz 50343 RMD160 38775caf8e6f428d22341c3e305c91305f64b38a SHA1 99aa70fb5b6208cc4028e486aa3fa2f98f23e641 SHA256 7c954b9db834e02e36acbc4ebda32cfec3049f30d94668702004db28f42c7afe
EBUILD dotdotpwn-3.0.ebuild 1620 RMD160 f9e54bd29faf30b1ce80be62e668e924b6e139b5 SHA1 83f82bae27f71152aed646bd480ad4943862539d SHA256 a4ac51121cb0057e9a97093073ddb9b7643c5f2e0146dda095e870ca86bbcab3
EBUILD dotdotpwn-3.0.ebuild 1880 RMD160 61034457243b768aeab1fdbfb7e5a431d45297b9 SHA1 c8dee3387f6a9fbc81d18c8e0637e48fa470be95 SHA256 582707e48a848c09e911b81359b7c37836d09f7b050eee13a2b9c6918d68eff2

View file

@ -36,6 +36,12 @@ src_prepare() {
sed -i -e 's:retrieved_files:/etc/dotdotpwn/retrieved_files:' \
DotDotPwn/TFTP.pm || die
sed -i -e 's:DotDotPwn/User-Agents.txt:/etc/dotdotpwn/User-Agents.txt:' \
DotDotPwn/HTTP.pm || die
sed -i -e 's:DotDotPwn/User-Agents.txt:/etc/dotdotpwn/User-Agents.txt:' \
DotDotPwn/HTTP_Url.pm || die
}
pkg_setup(){
@ -58,8 +64,7 @@ src_install() {
insinto /etc/dotdotpwn
doins *.txt || die "install info and howto data failed"
insinto /etc/dotdotpwn
doins DotDotPwn/User-Agents.txt || die "install user-agents file failed"
doins -r retrieved_files || die "install retrieved_files dir failed"
insinto /etc/dotdotpwn