diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-12-13 01:04:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-12-13 01:04:44 +0000 |
commit | a67f88b2b8e8543eeb5be37914ba5ff3aac52c4b (patch) | |
tree | 12c52bb6e65705ab406260794d42567c6dcaf7b4 | |
parent | 33517ce2b587ac0947f288430f12f25e438a7505 (diff) |
fix bootcore path
-rwxr-xr-x | vasile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ export local chrootprofile="eselect profile set 1" export local kernelver="3.14.0-"$releasename"" export local bootcorepath="/tmp/bootcore" -export local bootcorefiles="/tmp/bootcore/cdroot/*" +export local bootcorefiles="/tmp/bootcore/cdroot/boot" # x64 specific build variables |