summaryrefslogtreecommitdiff
path: root/repo/extra/xipkg.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-02 23:25:08 +0000
committerdavidovski <david@davidovski.xyz>2022-01-02 23:25:08 +0000
commitf7cff25abcc1b0e509d4478bdf685873ea17fe06 (patch)
tree5d39add877dab69a07feb7437c04e850c85ca043 /repo/extra/xipkg.xibuild
parentf74650f8e67df3e31e9f9e99a276ef1addfa9b14 (diff)
moved fakeroot to extra and updated postinstall for xipkg
Diffstat (limited to 'repo/extra/xipkg.xibuild')
-rw-r--r--repo/extra/xipkg.xibuild2
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
}