aboutsummaryrefslogtreecommitdiff
path: root/projects/libreboot-release/install
diff options
context:
space:
mode:
Diffstat (limited to 'projects/libreboot-release/install')
-rw-r--r--projects/libreboot-release/install/libreboot-release2
1 files changed, 1 insertions, 1 deletions
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" ]