aboutsummaryrefslogtreecommitdiff
path: root/projects/libreboot-release/install
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-05-19 23:17:13 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2017-05-19 23:19:41 -0400
commit8d6b673a29e21c0d60b54bb8049bdd406a7377b5 (patch)
treec5114e17588c2444e92eedd78caa0077f81f934a /projects/libreboot-release/install
parent28cce2965ed436a2e71203c8c04457c793b8a026 (diff)
downloadlibrebootfr-8d6b673a29e21c0d60b54bb8049bdd406a7377b5.tar.gz
librebootfr-8d6b673a29e21c0d60b54bb8049bdd406a7377b5.zip
Calls to external command 'realpath' replaced w/ 'readlink -f'.
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" ]