summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/kicktoo/files/kicktoo-0.4.4-makeconf.patch')
-rw-r--r--sys-apps/kicktoo/files/kicktoo-0.4.4-makeconf.patch11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index ed037cc..0000000
--- a/sys-apps/kicktoo/files/kicktoo-0.4.4-makeconf.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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