1
0
Fork 0

app-forensics/regripper clean up

This commit is contained in:
Stefan Reimer 2015-08-18 14:25:52 -07:00
parent 52025091b1
commit a3dd10496b
1 changed files with 10 additions and 10 deletions

View File

@ -7,7 +7,7 @@ EAPI=3
inherit eutils inherit eutils
DESCRIPTION="Perl scripts to parse Windows registry files" DESCRIPTION="Perl scripts to parse Windows registry files"
HOMEPAGE="https://github.com/keydet89/RegRipper2.8" HOMEPAGE="https://regripper.wordpress.com/regripper/"
if [[ ${PV} = 9999 ]]; then if [[ ${PV} = 9999 ]]; then
EGIT_REPO_URI="https://github.com/keydet89/RegRipper2.8.git" EGIT_REPO_URI="https://github.com/keydet89/RegRipper2.8.git"
@ -33,10 +33,10 @@ src_prepare() {
} }
src_compile() { src_compile() {
if [[ ${PV} = 9999 ]]; then if [[ ${PV} = 9999 ]]; then
epatch "${FILESDIR}"/plugins_folder.patch epatch "${FILESDIR}"/plugins_folder.patch
dos2unix plugins/*.pl dos2unix plugins/*.pl
fi fi
dos2unix *.pl dos2unix *.pl
@ -47,10 +47,10 @@ src_install () {
newbin rip.pl ${PN} newbin rip.pl ${PN}
rm rip.pl rm rip.pl
if [[ ${PV} = 9999 ]]; then if [[ ${PV} = 9999 ]]; then
insinto /usr/share/"${PN}" insinto /usr/share/"${PN}"
doins -r plugins doins -r plugins
fi fi
dodoc regripper.pdf dodoc regripper.pdf
} }