From 6aefc4bcfb01e9f81c4874f8d44affeaa2076e28 Mon Sep 17 00:00:00 2001 From: DarkCaster Date: Thu, 1 Oct 2020 05:16:11 +0300 Subject: [PATCH] build.sh updated - use quilt to apply patches to fakeroot-userns --- build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.sh b/build.sh index ced007c..5e672b9 100755 --- a/build.sh +++ b/build.sh @@ -49,10 +49,7 @@ if [[ ! -d $curdir/External/Fakeroot-UserNS ]]; then cd "$curdir/External" git clone https://github.com/DarkCaster/Fakeroot-UserNS.git cd "$curdir/External/Fakeroot-UserNS" - patch -p1 -i ./debian/patches/eglibc-fts-without-LFS - patch -p1 -i ./debian/patches/glibc-xattr-types - patch -p1 -i ./debian/patches/fix-shell-in-fakeroot - patch -p1 -i ./debian/patches/hide-dlsym-error.patch + QUILT_PATCHES="debian/patches" quilt push -a # disable docs from building sed -i '/doc\//d' ./configure.ac sed -i '/po4a/d' ./preroll