Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 524864
Collapse All | Expand All

(-)lastpass-3.1.61.ebuild.orig (-1 / +2 lines)
Lines 45-51 Link Here
45
src_unpack() {
45
src_unpack() {
46
	unpack ${MAINDISTFILE}
46
	unpack ${MAINDISTFILE}
47
	mkdir -p "${S}"/crx || die
47
	mkdir -p "${S}"/crx || die
48
	unzip -qq -o "${DISTDIR}/lpchrome_linux.crx" -d "${S}"/crx || die
48
	dd bs=306 skip=1 if="${DISTDIR}/lpchrome_linux.crx" of="lpchrome_linux.zip" 2>/dev/null || die
49
	unzip -qq -o "lpchrome_linux.zip" -d "${S}"/crx || die
49
}
50
}
50
51
51
src_install() {
52
src_install() {

Return to bug 524864