diff options
author | davidovski <david@davidovski.xyz> | 2022-01-02 23:25:08 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-02 23:25:08 +0000 |
commit | f7cff25abcc1b0e509d4478bdf685873ea17fe06 (patch) | |
tree | 5d39add877dab69a07feb7437c04e850c85ca043 | |
parent | f74650f8e67df3e31e9f9e99a276ef1addfa9b14 (diff) |
moved fakeroot to extra and updated postinstall for xipkg
-rw-r--r-- | repo/extra/fakechroot.xibuild (renamed from repo/core/fakechroot.xibuild) | 0 | ||||
-rw-r--r-- | repo/extra/fakeroot.xibuild (renamed from repo/core/fakeroot.xibuild) | 0 | ||||
-rw-r--r-- | repo/extra/xipkg.xibuild | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/fakechroot.xibuild b/repo/extra/fakechroot.xibuild index 2b9560b..2b9560b 100644 --- a/repo/core/fakechroot.xibuild +++ b/repo/extra/fakechroot.xibuild diff --git a/repo/core/fakeroot.xibuild b/repo/extra/fakeroot.xibuild index 650f18c..650f18c 100644 --- a/repo/core/fakeroot.xibuild +++ b/repo/extra/fakeroot.xibuild 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 } |