diff options
author | Esteban Carnevale <alfplayer@mailoo.org> | 2013-09-06 20:21:41 -0300 |
---|---|---|
committer | Esteban Carnevale <alfplayer@mailoo.org> | 2013-09-06 20:21:41 -0300 |
commit | 242e28baba897dfe2979c1524627ead4282fb1b2 (patch) | |
tree | 80467c29e2900eea2d6bf8581f35ce48b2f4a165 | |
parent | 035a5c2501689de7302606b20a8eb65b19cc479e (diff) |
Export variable iso_version to customize_root_image.sh
-rwxr-xr-x | configs/profile/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/profile/build.sh b/configs/profile/build.sh index a978772..b2febb1 100755 --- a/configs/profile/build.sh +++ b/configs/profile/build.sh @@ -80,7 +80,7 @@ make_setup_mkinitcpio() { make_customize_root_image() { cp -af ${script_path}/root-image ${work_dir}/${arch} - setarch ${arch} mkparabolaiso ${verbose} -w "${work_dir}/${arch}" -C "${pacman_conf}" -D "${install_dir}" -r '/root/customize_root_image.sh' run + iso_version="${iso_version}" setarch ${arch} mkparabolaiso ${verbose} -w "${work_dir}/${arch}" -C "${pacman_conf}" -D "${install_dir}" -r '/root/customize_root_image.sh' run rm ${work_dir}/${arch}/root-image/root/customize_root_image.sh } |