Rafael Calleja
commited on
Commit
·
4000d19
1
Parent(s):
24166ee
create generator
Browse files- scripts/build.sh +2 -2
scripts/build.sh
CHANGED
|
@@ -8,7 +8,7 @@ generate_structure() {
|
|
| 8 |
local flavor=$(basename "$dir_path")
|
| 9 |
|
| 10 |
# Defining the structure
|
| 11 |
-
echo " ${base_name}-${version}-${flavor}-custom:"
|
| 12 |
echo " path: /${dir_path#./}"
|
| 13 |
echo " files:"
|
| 14 |
|
|
@@ -20,7 +20,7 @@ generate_structure() {
|
|
| 20 |
echo " os: ${base_name}-custom"
|
| 21 |
echo " version: '$version'"
|
| 22 |
echo " flavor: $flavor"
|
| 23 |
-
echo " kernel: ${base_name}-${version}-${flavor}-custom"
|
| 24 |
echo ""
|
| 25 |
}
|
| 26 |
|
|
|
|
| 8 |
local flavor=$(basename "$dir_path")
|
| 9 |
|
| 10 |
# Defining the structure
|
| 11 |
+
echo " ${base_name}-${version}-${flavor}-squash-custom:"
|
| 12 |
echo " path: /${dir_path#./}"
|
| 13 |
echo " files:"
|
| 14 |
|
|
|
|
| 20 |
echo " os: ${base_name}-custom"
|
| 21 |
echo " version: '$version'"
|
| 22 |
echo " flavor: $flavor"
|
| 23 |
+
echo " kernel: ${base_name}-${version}-${flavor}-squash-custom"
|
| 24 |
echo ""
|
| 25 |
}
|
| 26 |
|