diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-09-02 01:01:16 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-09-02 01:01:16 -0400 |
commit | 6509ee3f2013a75ee6ba2edde6afc0d0eaecfe4b (patch) | |
tree | 265828815ace7b2dd9036c1bb1ba964d1779b449 /projects | |
parent | 1c0181a7fc99d8e587d62740d95fb0bf3309b7c9 (diff) | |
download | librebootfr-6509ee3f2013a75ee6ba2edde6afc0d0eaecfe4b.tar.gz librebootfr-6509ee3f2013a75ee6ba2edde6afc0d0eaecfe4b.zip |
Rebind raw_keymap_path in projects/grub/grub
Diffstat (limited to 'projects')
-rwxr-xr-x | projects/grub/grub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/grub/grub b/projects/grub/grub index 6eae05f9..ec53cdbe 100755 --- a/projects/grub/grub +++ b/projects/grub/grub @@ -69,7 +69,7 @@ build() { local project_path="$(project_path "${project}")" local sources_path="$(project_sources_path "${project}" "${repository}" "$@")" local build_path="$(project_build_path "${project}" "$@")" - local raw_keymap_path="${project_path}/${CONFIGS}/keymap/original" + local raw_keymap_path="${project_path}/${CONFIGS}/keymap" mkdir -p "${build_path}" |