From 647aabed0042ee20aa996b88f60c5bdb9bda0bef Mon Sep 17 00:00:00 2001 From: Lucio Andrés Illanes Albornoz (arab, vxp) Date: Feb 08 2016 15:07:47 +0000 Subject: Followup to last commit. --- diff --git a/pkg.build b/pkg.build index 5f46a48..83c0588 100644 --- a/pkg.build +++ b/pkg.build @@ -45,7 +45,7 @@ if [ ${PKG_NO_PATCH:-0} -eq 0 ] &&\ patch -d ${PKG_SUBDIR} -p1 \ < portage/${PKG_SUBDIR}.midipix.patch; [ ${PKG_NO_CONFIG_CACHE:-0} -eq 0 ] &&\ - cp ../portage/config.cache .; + cp portage/config.cache ${PKG_SUBDIR}/; [ ${PKG_NO_LIBTOOL_MIDIPIX:-0} -eq 0 ] && \ cp portage/libtool.midipix ${PKG_SUBDIR}/; set_build_script_done patched -configured;