Skip to content

Instantly share code, notes, and snippets.

@cosmo0920
Created February 24, 2013 13:32
Show Gist options
  • Save cosmo0920/5023854 to your computer and use it in GitHub Desktop.
Save cosmo0920/5023854 to your computer and use it in GitHub Desktop.
Gentoo Prefixだとlayman-updaterではなくlayman-updater-2.7じゃないと走らなくてつらぽよだった
--- app-portage/layman/layman-2.0.0.ebuild 2013-02-24 22:29:24.914808631 +0900
+++ app-portage/layman/layman-2.0.0-r1.ebuild 2013-02-24 22:29:44.084808838 +0900
@@ -68,6 +68,6 @@ pkg_postinst() {
# now run layman's update utility
einfo "Running layman-updater..."
- "${EROOT}"/usr/bin/layman-updater
+ "${EROOT}"/usr/bin/layman-updater-2.7
einfo
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment