diff options
Diffstat (limited to 'base/psmisc/Pkgfile')
-rwxr-xr-x | base/psmisc/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/base/psmisc/Pkgfile b/base/psmisc/Pkgfile index 2dd3db86b..ce2c42fc9 100755 --- a/base/psmisc/Pkgfile +++ b/base/psmisc/Pkgfile @@ -2,10 +2,9 @@ # URL: http://psmisc.sourceforge.net/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: name=psmisc -version=22.9 +version=22.10 release=1 source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) @@ -17,5 +16,5 @@ build() { make make DESTDIR=$PKG install mkdir -p $PKG/usr/bin - ln -sv killall $PKG/bin/pidof +# ln -sv killall $PKG/bin/pidof } |