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
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
EGIT_REPO_URI="https://github.com/keydet89/RegRipper2.8.git"
@ -33,10 +33,10 @@ src_prepare() {
}
src_compile() {
if [[ ${PV} = 9999 ]]; then
epatch "${FILESDIR}"/plugins_folder.patch
dos2unix plugins/*.pl
fi
if [[ ${PV} = 9999 ]]; then
epatch "${FILESDIR}"/plugins_folder.patch
dos2unix plugins/*.pl
fi
dos2unix *.pl
@ -47,10 +47,10 @@ src_install () {
newbin rip.pl ${PN}
rm rip.pl
if [[ ${PV} = 9999 ]]; then
insinto /usr/share/"${PN}"
doins -r plugins
fi
if [[ ${PV} = 9999 ]]; then
insinto /usr/share/"${PN}"
doins -r plugins
fi
dodoc regripper.pdf
dodoc regripper.pdf
}