libbytesize: put bscalc man page in the same package as the script
This commit is contained in:
parent
f9526b9955
commit
716ead03e4
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libbytesize'
|
# Template file for 'libbytesize'
|
||||||
pkgname=libbytesize
|
pkgname=libbytesize
|
||||||
version=2.8
|
version=2.8
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config gettext python3"
|
hostmakedepends="pkg-config gettext python3"
|
||||||
makedepends="mpfr-devel pcre2-devel"
|
makedepends="mpfr-devel pcre2-devel"
|
||||||
|
@ -36,5 +36,6 @@ libbytesize-python3_package() {
|
||||||
vmove "usr/lib/python3*"
|
vmove "usr/lib/python3*"
|
||||||
# Requires the Python module.
|
# Requires the Python module.
|
||||||
vmove usr/bin/bscalc
|
vmove usr/bin/bscalc
|
||||||
|
vmove usr/share/man/man1/bscalc.1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue