Skip to content

Instantly share code, notes, and snippets.

@kentfredric
Created November 15, 2014 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kentfredric/70f371d51138ba64d0b6 to your computer and use it in GitHub Desktop.
Save kentfredric/70f371d51138ba64d0b6 to your computer and use it in GitHub Desktop.
--- PortageXS-0.02.10-r4.ebuild 2014-08-15 03:31:07.000000000 +1200
+++ PortageXS-0.02.10-r5.ebuild 2014-11-15 13:22:27.520071115 +1300
@@ -41,7 +41,8 @@
fi
}
-pkg_preinst() {
+src_install() {
+ perl-module_src_install;
if use !minimal ; then
cp -r "${S}"/usr "${D}${EPREFIX}" || die
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment