From f7cff25abcc1b0e509d4478bdf685873ea17fe06 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 2 Jan 2022 23:25:08 +0000 Subject: moved fakeroot to extra and updated postinstall for xipkg --- repo/extra/xipkg.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/extra/xipkg.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 } -- cgit v1.2.1