From c481d4af38398ff7afb837f292e97cd5e82ffbe6 Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 6 Nov 2021 19:33:49 +0100 Subject: [PATCH] fakeroot: fix typo --- srcpkgs/fakeroot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fakeroot/template b/srcpkgs/fakeroot/template index b56fea7f19e..46b0b07183e 100644 --- a/srcpkgs/fakeroot/template +++ b/srcpkgs/fakeroot/template @@ -39,7 +39,7 @@ post_patch() { #ls doesn't report owner as root vsed -i test/Makefile.am \ -e '/ t\.touchinstall/d' - vsed -i -i configure.ac \ + vsed -i configure.ac \ -e 's/__${PRE}x${FUNC} _${PRE}x${FUNC} __${PRE}${FUNC}13 ${PRE}${FUNC}/${PRE}${FUNC}/' fi }