From 017bb1f15dc51e0048d9d6daf4a128434d55bdbe Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 6 Oct 2021 11:25:13 +0300 Subject: python: fix shellcheck error --- extra/python/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/python') 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 -- cgit v1.2.3