morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit 5d6740796e7858f97e27e8c1e726c5c7857de4b2
parent ee98cb0ff15b044896c8c05b49c6c94d69be6938
Author: sin <sin@2f30.org>
Date:   Thu, 20 Feb 2014 14:38:49 +0000

Set the suid bit wherever necessary

Diffstat:
Mpkgs/ubase | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkgs/ubase b/pkgs/ubase @@ -14,5 +14,6 @@ build() { install() { cd src/ubase make PREFIX=$root install + chmod 4755 "$root/bin/su" cd - }