From 8d6b673a29e21c0d60b54bb8049bdd406a7377b5 Mon Sep 17 00:00:00 2001
From: Andrew Robbins <contact@andrewrobbins.info>
Date: Fri, 19 May 2017 23:17:13 -0400
Subject: Calls to external command 'realpath' replaced w/ 'readlink -f'.

---
 projects/libreboot-release/install/libreboot-release | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'projects/libreboot-release/install')

diff --git a/projects/libreboot-release/install/libreboot-release b/projects/libreboot-release/install/libreboot-release
index 3dd85336..b916adac 100644
--- a/projects/libreboot-release/install/libreboot-release
+++ b/projects/libreboot-release/install/libreboot-release
@@ -246,7 +246,7 @@ requirements() {
 }
 
 setup() {
-	root=$( realpath "$( dirname "$0" )" )
+	root=$(readlink -f "$( dirname "$0" )" )
 	executable=$( basename "$0" )
 
 	if [ -z "$MACHINE" ]
-- 
cgit v1.2.3-70-g09d2