diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-03-20 10:07:22 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-03-20 10:07:22 +0000 |
commit | 97e6a8dd9eba27d96e226e337df904fe72ba5af4 (patch) | |
tree | 303f58ada5f75100401502194a4603d5421b6410 /iso32 | |
parent | 3229896d7e8b596a119fd586ec07d2ae3269605f (diff) |
use variables, since we have it exported already
Diffstat (limited to 'iso32')
-rwxr-xr-x | iso32 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ prepareisox86 () { bootcoreisox86 () { # configure live bootloader - git clone https://gitlab.com/kogaion/boot-core.git "$bootcorepath" + git clone https://gitlab.com/"$releasename"/boot-core.git "$bootcorepath" cp -avx "$bootcorefiles" "$isorootdirx86" } |