diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-16 00:02:38 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-16 00:02:38 +0100 |
commit | 923d83081fc3cb06c27c0dd7e17467555e31d1fa (patch) | |
tree | cdf8a62fb6e6c906d09a36694ba81ab8c955759a /base/psmisc/Pkgfile | |
parent | 3f59263c593bf745f04247f9f00245e17b492e6b (diff) | |
download | nutyx-pakxe-923d83081fc3cb06c27c0dd7e17467555e31d1fa.tar.gz nutyx-pakxe-923d83081fc3cb06c27c0dd7e17467555e31d1fa.tar.bz2 nutyx-pakxe-923d83081fc3cb06c27c0dd7e17467555e31d1fa.tar.xz nutyx-pakxe-923d83081fc3cb06c27c0dd7e17467555e31d1fa.zip |
Maj psmisc#22.10-1
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 } |