summaryrefslogtreecommitdiffhomepage
path: root/vars/python2.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-26 21:54:12 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-26 21:54:12 +0000
commitc6d6e08feab839a9dc5792071fb803494cc51a69 (patch)
tree1513c817e4446ac3cf512d6c1f287a10fc1daf2e /vars/python2.vars
parent4a5da5254e1207686f492e7ce8759c80466185f3 (diff)
downloadmidipix_build-c6d6e08feab839a9dc5792071fb803494cc51a69.tar.bz2
midipix_build-c6d6e08feab839a9dc5792071fb803494cc51a69.tar.xz
General cleanup, pt. II.
Diffstat (limited to 'vars/python2.vars')
-rw-r--r--vars/python2.vars4
1 files changed, 2 insertions, 2 deletions
diff --git a/vars/python2.vars b/vars/python2.vars
index 52912551..669e4626 100644
--- a/vars/python2.vars
+++ b/vars/python2.vars
@@ -4,8 +4,8 @@
pkg_python2_fetch_download() {
pkg_fetch_download;
- ex_rtl_fileop rm "${PKG_BASE_DIR}/sbpython2";
- ex_rtl_fetch_urls_git "${PKG_BASE_DIR}/build" "sbpython2=${DEFAULT_GITROOT}/python/sbpython2@main";
+ rtl_fileop rm "${PKG_BASE_DIR}/sbpython2";
+ rtl_fetch_urls_git "${PKG_BASE_DIR}/build" "sbpython2=${DEFAULT_GITROOT}/python/sbpython2@main";
ex_pkg_state_set "${PKG_NAME}" fetch_download -fetch_extract;
};