fakeroot: fix typo

This commit is contained in:
q66 2021-11-06 19:33:49 +01:00
parent 04de0a800c
commit c481d4af38

View file

@ -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
}