pkill wird nun ebenfalls nach /bin verschoben, da es ein hardlink zu pgrep ist

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5896 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-12-20 07:51:43 +00:00
parent 4a26234b47
commit a3205eeaeb

View File

@ -96,5 +96,7 @@ postmk() {
cd ../usr/bin
rm skill snice
mv $TMPROOT/usr/bin/pgrep $TMPROOT/bin
mv $TMPROOT/usr/bin/pkill $TMPROOT/bin
ln -s /bin/pgrep $TMPROOT/usr/bin/pgrep
ln -s /bin/pkill $TMPROOT/usr/bin/pkill
}