diff options
Diffstat (limited to 'repo/extra/xipkg.xibuild')
-rw-r--r-- | repo/extra/xipkg.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/extra/xipkg.xibuild b/repo/extra/xipkg.xibuild index b8bf2e8..0779c1c 100644 --- a/repo/extra/xipkg.xibuild +++ b/repo/extra/xipkg.xibuild @@ -12,5 +12,5 @@ build () { postinstall () { echo "TESTING POSTINSTALL" - pip3 install requests + pip3 install --root $ROOT requests } |