bonnie++: fix man dir

This commit is contained in:
lemmi 2017-08-11 19:54:10 +02:00
parent 823b751254
commit 48b1a53842

View file

@ -1,7 +1,7 @@
# Template file for 'bonnie++' # Template file for 'bonnie++'
pkgname=bonnie++ pkgname=bonnie++
version=1.97.3 version=1.97.3
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
short_desc="Hard Drive and Filesystem benchmark utility" short_desc="Hard Drive and Filesystem benchmark utility"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -16,7 +16,7 @@ post_extract() {
sed -i -e 's/sbin/bin/g' \ sed -i -e 's/sbin/bin/g' \
-e '/-o getc_putc_helper/s/CXX/LINK/' \ -e '/-o getc_putc_helper/s/CXX/LINK/' \
-e '/$(LINK)/s/$/ $(LDFLAGS)/' \ -e '/$(LINK)/s/$/ $(LDFLAGS)/' \
-e 's/@mandir@/$(eprefix)&/g' \ -e 's#@mandir@#$(eprefix)/share/man#g' \
Makefile.in Makefile.in
} }
pre_build() { pre_build() {