Skip to content

Commit

Permalink
build.sh updated - use quilt to apply patches to fakeroot-userns
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkCaster committed Oct 1, 2020
1 parent 268cf58 commit 6aefc4b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6aefc4b

Please sign in to comment.