summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-08-25 09:27:35 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-08-25 09:27:35 +0200
commit4504a61e31b347359c35f9cd140800d75c531c81 (patch)
treeddec6fe384dd0c18d3453225dfaf3e6ebc6310e6
parentea407d0a5ec21ee37cebfedbb0cdb9698a113e65 (diff)
downloadmidipix_build-4504a61e31b347359c35f9cd140800d75c531c81.tar.bz2
midipix_build-4504a61e31b347359c35f9cd140800d75c531c81.tar.xz
vars/busybox.vars:pkg_busybox_configure(): copy from ${MIDIPIX_BUILD_PWD}/files/busybox/.
-rw-r--r--vars/busybox.vars4
1 files changed, 3 insertions, 1 deletions
diff --git a/vars/busybox.vars b/vars/busybox.vars
index d510ffba..d5447209 100644
--- a/vars/busybox.vars
+++ b/vars/busybox.vars
@@ -3,7 +3,9 @@
#
pkg_busybox_configure() {
- rtl_fileop cp "${MIDIPIX_BUILD_PWD}/etc/busyboxconfig" "${PKG_BUILD_DIR}/.config";
+ rtl_fileop cp \
+ "${MIDIPIX_BUILD_PWD}/files/busybox/busyboxconfig" \
+ "${PKG_BUILD_DIR}/.config";
};
# vim:filetype=sh textwidth=0