diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-02-08 16:07:47 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-02-08 16:07:47 +0100 |
commit | 647aabed0042ee20aa996b88f60c5bdb9bda0bef (patch) | |
tree | 3d72529301764fd4733bf041479710dcea956b97 | |
parent | f9c3864711d0de4e7305e3509d339f0713efa859 (diff) | |
download | midipix_build-647aabed0042ee20aa996b88f60c5bdb9bda0bef.tar.bz2 midipix_build-647aabed0042ee20aa996b88f60c5bdb9bda0bef.tar.xz |
Followup to last commit.
-rw-r--r-- | pkg.build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |