diff options
author | Cem Keylan <cem@ckyln.com> | 2021-10-06 11:25:13 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-10-06 11:25:13 +0300 |
commit | 017bb1f15dc51e0048d9d6daf4a128434d55bdbe (patch) | |
tree | 5525c55ee7e086bccd324445c2f491954e42fd57 /extra/python | |
parent | 9b2e65de8a4c3ef005cbbfe35116b7514ec4cf1b (diff) | |
download | repository-017bb1f15dc51e0048d9d6daf4a128434d55bdbe.tar.gz |
python: fix shellcheck error
Diffstat (limited to 'extra/python')
-rwxr-xr-x | extra/python/build | 2 |
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 |