procps: make pidof a symlink of pgrep for now.
This commit is contained in:
parent
3c82732415
commit
ccd971ab75
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'procps'
|
||||
pkgname=procps
|
||||
version=3.2.8
|
||||
revision=8
|
||||
revision=9
|
||||
patch_args="-Np1"
|
||||
build_style=gnu-makefile
|
||||
makedepends="ncurses-devel"
|
||||
|
@ -12,3 +12,7 @@ license="GPL-2, LGPL-2.1"
|
|||
homepage="http://procps.sourceforge.net"
|
||||
distfiles="http://procps.sf.net/$pkgname-$version.tar.gz"
|
||||
checksum=11ed68d8a4433b91cd833deb714a3aa849c02aea738c42e6b4557982419c1535
|
||||
|
||||
post_install() {
|
||||
ln -sfr ${DESTDIR}/usr/bin/pgrep ${DESTDIR}/usr/bin/pidof
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue