diff options
-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 |