diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-05-24 21:34:51 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-05-24 21:34:51 +0000 |
commit | 0b178a8a100892a6a039c62f25d7865dc8f2eada (patch) | |
tree | 74066e8a69f7069944bf85134d16f94ece0e809d /projects/libreboot-sources/install | |
parent | 69716d5701edf25ad0d262076e6f8d963fcbd549 (diff) | |
parent | 8d6b673a29e21c0d60b54bb8049bdd406a7377b5 (diff) | |
download | librebootfr-0b178a8a100892a6a039c62f25d7865dc8f2eada.tar.gz librebootfr-0b178a8a100892a6a039c62f25d7865dc8f2eada.zip |
Merge branch 'master' of kragle/libreboot into master
Diffstat (limited to 'projects/libreboot-sources/install')
-rwxr-xr-x | projects/libreboot-sources/install/libreboot-sources | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) } |