From a30283c80f64cc407f98fa43d476b36cc5446a27 Mon Sep 17 00:00:00 2001
From: MggMuggins <mggmugginsmc@gmail.com>
Date: Sat, 10 Feb 2018 12:14:03 -0600
Subject: [PATCH] Link whoami to id; Depends redox-os/userutils/#32

---
 recipes/userutils/recipe.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes/userutils/recipe.sh b/recipes/userutils/recipe.sh
index cafc73670..7608b9d2e 100644
--- a/recipes/userutils/recipe.sh
+++ b/recipes/userutils/recipe.sh
@@ -2,4 +2,6 @@ GIT=https://github.com/redox-os/userutils.git
 
 function recipe_stage {
     cp -Rv res "$1/etc"
+    mkdir -p "$1/bin"
+    ln -s id "$1/bin/whoami"
 }
-- 
GitLab