mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
procps: make pidof a symlink of pgrep for now.
This commit is contained in:
parent
3c82732415
commit
ccd971ab75
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'procps'
|
# Template file for 'procps'
|
||||||
pkgname=procps
|
pkgname=procps
|
||||||
version=3.2.8
|
version=3.2.8
|
||||||
revision=8
|
revision=9
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
|
@ -12,3 +12,7 @@ license="GPL-2, LGPL-2.1"
|
||||||
homepage="http://procps.sourceforge.net"
|
homepage="http://procps.sourceforge.net"
|
||||||
distfiles="http://procps.sf.net/$pkgname-$version.tar.gz"
|
distfiles="http://procps.sf.net/$pkgname-$version.tar.gz"
|
||||||
checksum=11ed68d8a4433b91cd833deb714a3aa849c02aea738c42e6b4557982419c1535
|
checksum=11ed68d8a4433b91cd833deb714a3aa849c02aea738c42e6b4557982419c1535
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
ln -sfr ${DESTDIR}/usr/bin/pgrep ${DESTDIR}/usr/bin/pidof
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue