update: fakeroot-tcp, fix build

This commit is contained in:
Archlinux-Jerry Build Bot 2020-02-01 16:39:23 +08:00
parent b2693c253e
commit ad5991773c
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ build() {
make
cd doc
po4a -k 0 --rm-backups --variable "srcdir=../doc/" po4a/po4a.cfg
/usr/bin/vendor_perl/po4a -k 0 --rm-backups --variable "srcdir=../doc/" po4a/po4a.cfg
}
package() {

View File

@ -6,7 +6,7 @@ PKGBUILD='PKGBUILD'
# prepare upstream source
prepare() {
true
sed -i 's/^\([ \t]*\)po4a/\1\/usr\/bin\/vendor_perl\/po4a/g' PKGBUILD
}
# which files to include, overrides exclude_files below