aboutsummaryrefslogtreecommitdiff
path: root/extra/python
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-10-06 11:25:13 +0300
committerCem Keylan <cem@ckyln.com>2021-10-06 11:25:13 +0300
commit017bb1f15dc51e0048d9d6daf4a128434d55bdbe (patch)
tree5525c55ee7e086bccd324445c2f491954e42fd57 /extra/python
parent9b2e65de8a4c3ef005cbbfe35116b7514ec4cf1b (diff)
downloadrepository-017bb1f15dc51e0048d9d6daf4a128434d55bdbe.tar.gz
python: fix shellcheck error
Diffstat (limited to 'extra/python')
-rwxr-xr-xextra/python/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/python/build b/extra/python/build
index 50532a5b..59f93e3a 100755
--- a/extra/python/build
+++ b/extra/python/build
@@ -15,7 +15,7 @@
make depend
make
- make DESTDIR=$PWD/pkg install_sw
+ make DESTDIR="$PWD/pkg" install_sw
)
patch -p1 < python3-always-pip.patch