diff options
Diffstat (limited to 'sys-apps/kicktoo/files')
-rw-r--r-- | sys-apps/kicktoo/files/kicktoo-0.4.4-makeconf.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/kicktoo/files/kicktoo-0.4.4-makeconf.patch b/sys-apps/kicktoo/files/kicktoo-0.4.4-makeconf.patch new file mode 100644 index 0000000..ed037cc --- /dev/null +++ b/sys-apps/kicktoo/files/kicktoo-0.4.4-makeconf.patch @@ -0,0 +1,11 @@ +--- modules/install_steps.sh.orig 2012-11-21 20:52:03.000000000 +0100 ++++ modules/install_steps.sh 2012-11-21 20:53:04.000000000 +0100 +@@ -267,7 +267,7 @@ + + for var in $(set | grep ^makeconf_[A-Z]); do + makeconfline=$(echo $var | sed s/makeconf_// | sed s/\'/\"/g ) +- cat >> ${chroot_dir}/etc/make.conf <<- EOF ++ cat >> ${chroot_dir}/etc/portage/make.conf <<- EOF + ${makeconfline} + EOF + done |