File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -227,17 +227,17 @@ if [[ "$FLAGS_generate_pkginfo" = "${FLAGS_TRUE}" ]] ; then
227
227
-noappend -comp " ${FLAGS_compression} " ${FLAGS_mksquashfs_opts}
228
228
fi
229
229
230
+ info " Writing ${SYSEXTNAME} _packages.txt"
231
+ ROOT=" ${BUILD_DIR} /install-root" PORTAGE_CONFIGROOT=" ${BUILD_DIR} /install-root" \
232
+ equery --no-color list --format ' $cpv::$repo' ' *' > " ${BUILD_DIR} /${SYSEXTNAME} _packages.txt"
233
+
230
234
if [[ -n " ${FLAGS_manglefs_script} " ]]; then
231
235
if [[ ! -x " ${FLAGS_manglefs_script} " ]]; then
232
236
die " ${FLAGS_manglefs_script} is not executable"
233
237
fi
234
238
" ${FLAGS_manglefs_script} " " ${BUILD_DIR} /install-root"
235
239
fi
236
240
237
- info " Writing ${SYSEXTNAME} _packages.txt"
238
- ROOT=" ${BUILD_DIR} /install-root" PORTAGE_CONFIGROOT=" ${BUILD_DIR} /install-root" \
239
- equery --no-color list --format ' $cpv::$repo' ' *' > " ${BUILD_DIR} /${SYSEXTNAME} _packages.txt"
240
-
241
241
info " Removing non-/usr directories from sysext image"
242
242
for entry in " ${BUILD_DIR} /install-root" /* ; do
243
243
if [[ " ${entry} " = * /usr ]]; then
You can’t perform that action at this time.
0 commit comments