util-linux: create sbin/nologin symlink until the usr/bin move ends.

This commit is contained in:
Juan RP 2015-06-02 10:39:14 +02:00
parent aa60a241e2
commit 593c99525a
2 changed files with 4 additions and 1 deletions

View File

@ -10,5 +10,8 @@ post)
echo "WARNING: failed to change ${f}(1) group to tty."
chmod 2755 usr/bin/${f}
done
if [ -d usr/sbin -a ! -L usr/sbin ]; then
ln -s ../bin/nologin usr/sbin/nologin
fi
;;
esac

View File

@ -1,7 +1,7 @@
# Template file for 'util-linux'
pkgname=util-linux
version=2.26.2
revision=3
revision=4
short_desc="Miscellaneous linux utilities"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"