moreutils: move ts, issue #4282
This commit is contained in:
parent
58d6428e63
commit
0db3980415
8
srcpkgs/moreutils/INSTALL.msg
Normal file
8
srcpkgs/moreutils/INSTALL.msg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
Since some tools of moreutils conflict with other package's names, the
|
||||||
|
corresponding files and their manpages are renamed:
|
||||||
|
|
||||||
|
GNU parallel:
|
||||||
|
parallel -> moreutils-parallel
|
||||||
|
|
||||||
|
Task Spooler: (https://github.com/voidlinux/void-packages/issues/4282)
|
||||||
|
ts -> moreutils-ts
|
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'moreutils'
|
# Template file for 'moreutils'
|
||||||
pkgname=moreutils
|
pkgname=moreutils
|
||||||
version=0.59
|
version=0.59
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
wrksrc="${pkgname}-${version}.orig"
|
wrksrc="${pkgname}-${version}.orig"
|
||||||
make_build_args="DOCBOOK2XMAN=docbook2man"
|
make_build_args="DOCBOOK2XMAN=docbook2man"
|
||||||
@ -16,6 +16,10 @@ checksum=a48e11c3197bf79a7bfaa121423e64626e3381d9fedc91d606e9724ae498d1b4
|
|||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# rename parallel to not conflict with gnu-parllel
|
# rename parallel to not conflict with gnu-parllel
|
||||||
mv ${DESTDIR}/usr/bin/{,moreutils_}parallel
|
# rename ts: https://github.com/voidlinux/void-packages/issues/4282
|
||||||
mv ${DESTDIR}/usr/share/man/man1/{,moreutils_}parallel.1
|
|
||||||
|
for conflict in parallel ts; do
|
||||||
|
mv ${DESTDIR}/usr/bin/{,moreutils_}${conflict}
|
||||||
|
mv ${DESTDIR}/usr/share/man/man1/{,moreutils_}${conflict}.1
|
||||||
|
done
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user