1 2 3 4 5 6 7 8 9
# gawk namspace conflict, see FS#63761 prepare() { cd ${pkgname}-${pkgver} sed -i \ -e "s/namespace/varerrno/g" \ src/{Makefile.am,mkstrtable.awk} ./autogen.sh }