aboutsummaryrefslogtreecommitdiff
path: root/projects/libreboot-release
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-05-24 21:34:51 +0000
committerGogs <gogitservice@gmail.com>2017-05-24 21:34:51 +0000
commit0b178a8a100892a6a039c62f25d7865dc8f2eada (patch)
tree74066e8a69f7069944bf85134d16f94ece0e809d /projects/libreboot-release
parent69716d5701edf25ad0d262076e6f8d963fcbd549 (diff)
parent8d6b673a29e21c0d60b54bb8049bdd406a7377b5 (diff)
downloadlibrebootfr-0b178a8a100892a6a039c62f25d7865dc8f2eada.tar.gz
librebootfr-0b178a8a100892a6a039c62f25d7865dc8f2eada.zip
Merge branch 'master' of kragle/libreboot into master
Diffstat (limited to 'projects/libreboot-release')
-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" ]