mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
renameutils: fix license, sed->vsed
This commit is contained in:
parent
d677b24afe
commit
d55ff96c32
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'renameutils'
|
||||
pkgname=renameutils
|
||||
version=0.12.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
makedepends="readline-devel"
|
||||
short_desc="Programs designed to make renaming of files faster and less cumbersome"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.nongnu.org/renameutils/"
|
||||
distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=cbd2f002027ccf5a923135c3f529c6d17fabbca7d85506a394ca37694a9eb4a3
|
||||
|
||||
post_extract() {
|
||||
sed -i 's/($bindir)/$(bindir)/' src/Makefile.am
|
||||
sed -i 's/($bindir)/$(bindir)/' src/Makefile.in
|
||||
post_patch() {
|
||||
vsed -i 's/($bindir)/$(bindir)/' src/Makefile.am
|
||||
vsed -i 's/($bindir)/$(bindir)/' src/Makefile.in
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue