diff options
author | davidovski <david@davidovski.xyz> | 2022-01-10 18:57:26 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-10 18:57:26 +0000 |
commit | d50c14859c9d0f6dbcdd8895682ca65245c4e278 (patch) | |
tree | b10729b2e8f1406971550ca21dc3d98223c99baa /repo/extra/fakeroot.xibuild | |
parent | fcee362d51239fce8d42f21dd8b625b9df463161 (diff) |
moved fakeroots to tip
fakeroots are now in the tip repo
fixed issues with automake
Diffstat (limited to 'repo/extra/fakeroot.xibuild')
-rw-r--r-- | repo/extra/fakeroot.xibuild | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/repo/extra/fakeroot.xibuild b/repo/extra/fakeroot.xibuild deleted file mode 100644 index 650f18c..0000000 --- a/repo/extra/fakeroot.xibuild +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -DEPS=(glibc filesystem sed sh util-linux) - -SOURCE=https://github.com/mackyle/fakeroot -DESC="Tool for simulating a superuser environment" - -build () { - ./configure --prefix=/usr - make - make DESTDIR=$PKG_DEST install -} |