zzuf: rename conflicting files (zzcat{,.1}).
This commit is contained in:
parent
22f47b98f9
commit
551e6c6040
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'zzuf'.
|
# Template build file for 'zzuf'.
|
||||||
pkgname=zzuf
|
pkgname=zzuf
|
||||||
version=0.13
|
version=0.13
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
short_desc="Multi-purpose fuzzer"
|
short_desc="Multi-purpose fuzzer"
|
||||||
|
@ -10,3 +10,9 @@ homepage="http://caca.zoy.org/wiki/zzuf"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="http://caca.zoy.org/files/zzuf/${pkgname}-${version}.tar.gz"
|
distfiles="http://caca.zoy.org/files/zzuf/${pkgname}-${version}.tar.gz"
|
||||||
checksum=0842c548522028c3e0d9c9cf7d09f6320b661f33824bb6df19ca209851bdf627
|
checksum=0842c548522028c3e0d9c9cf7d09f6320b661f33824bb6df19ca209851bdf627
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
# Rename conflicting files
|
||||||
|
mv ${DESTDIR}/usr/share/man/man1/{zzcat,zzuf-cat}.1
|
||||||
|
mv ${DESTDIR}/usr/bin/{zzcat,zzuf-cat}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue