Skip to content

Commit 79b227d

Browse files
committed
Change release name to Udroid On Android (Attempt #1)
1 parent c56aee3 commit 79b227d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

plugins/envsetup

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,12 @@ do_build() {
310310
if [ "$(type -t additional_setup)" == "function" ]; then
311311
additional_setup
312312
fi
313-
313+
314+
shout "patching '/etc/os-release'"
315+
ls $target_dir
316+
ls $chroot_dir
317+
sed -i 's/Ubuntu/Ubuntu On Android/g' $target_dir/etc/os-release
318+
314319
if ! $NO_COMPRESSION; then
315320
do_compress "$chroot_dir"
316321
fi

0 commit comments

Comments
 (0)