summaryrefslogtreecommitdiff
path: root/data/python3.7.3/make.sh
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-24 19:16:46 -0500
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-24 19:16:46 -0500
commit70c8b04b525b7ed4af0689ebf2b2ad540c95ec11 (patch)
tree2599f0701d555c8f57ee7fc8be7838af8adb5c35 /data/python3.7.3/make.sh
parent65e6e37fc0426c10c60062a72ea6283a6ec9daa1 (diff)
Python3.7.3 - Fixed "happy little accidents."
- Terminal font: '{' and '(' look the same. Really should've gotten it right the first time.
Diffstat (limited to 'data/python3.7.3/make.sh')
-rw-r--r--data/python3.7.3/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/python3.7.3/make.sh b/data/python3.7.3/make.sh
index 195572e1b..fb04fb40a 100644
--- a/data/python3.7.3/make.sh
+++ b/data/python3.7.3/make.sh
@@ -1,2 +1,2 @@
pkg: mkdir -p /usr
-cp -a "${PKG_DEST_ _${PKG_NAME}}"/usr/bin "${PKG_DEST}"/usr
+cp -a "$(PKG_DEST_ _${PKG_NAME})"/usr/bin "${PKG_DEST}"/usr