mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-21 21:40:41 +08:00
update: fakeroot-tcp, fix build
This commit is contained in:
parent
b2693c253e
commit
ad5991773c
2 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue