summaryrefslogtreecommitdiffhomepage
path: root/vars/mpackage_host.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-01-19 11:12:00 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-01-19 11:12:00 +0000
commitd44b2b7cc65a741659b3861220318508245f3df6 (patch)
tree1d7adbee36f67774ca4eb75a689126cbb3523e4b /vars/mpackage_host.vars
parent584601a2612afce6a0f7670b192e57391f0ae859 (diff)
downloadmidipix_build-d44b2b7cc65a741659b3861220318508245f3df6.tar.bz2
midipix_build-d44b2b7cc65a741659b3861220318508245f3df6.tar.xz
vars/invariants_digest.vars:pkg_invariants_digest_all(): only compile given -D t{bz2,gz,xz}.
vars/mpackage_host.vars:pkg_mpackage_host_install_make(): correctly install symlink.
Diffstat (limited to 'vars/mpackage_host.vars')
-rw-r--r--vars/mpackage_host.vars2
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/mpackage_host.vars b/vars/mpackage_host.vars
index 3dd332cf..e4965802 100644
--- a/vars/mpackage_host.vars
+++ b/vars/mpackage_host.vars
@@ -4,7 +4,7 @@
pkg_mpackage_host_install_make() {
ex_rtl_fileop rm "${BUILD_WORKDIR}/mpackage";
- ex_rtl_fileop ln_symbolic "${PKG_SUBDIR}" "${BUILD_WORKDIR}/mpackage";
+ ex_rtl_fileop ln_symbolic "${PKG_BASE_DIR}/${PKG_SUBDIR}" "${BUILD_WORKDIR}/mpackage";
};
# vim:filetype=sh