From 8d6b673a29e21c0d60b54bb8049bdd406a7377b5 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Fri, 19 May 2017 23:17:13 -0400 Subject: Calls to external command 'realpath' replaced w/ 'readlink -f'. --- projects/libreboot-sources/install/libreboot-sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/libreboot-sources/install') diff --git a/projects/libreboot-sources/install/libreboot-sources b/projects/libreboot-sources/install/libreboot-sources index 953d4a1e..d2f19753 100755 --- a/projects/libreboot-sources/install/libreboot-sources +++ b/projects/libreboot-sources/install/libreboot-sources @@ -103,7 +103,7 @@ requirements() { } setup() { - root=$( realpath "$( dirname "$0" )" ) + root=$(readlink -f "$( dirname "$0" )" ) executable=$( basename "$0" ) } -- cgit v1.2.3-70-g09d2