Skip to content

Commit e5c5c90

Browse files
committed
fixup
1 parent 1c35ad2 commit e5c5c90

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

add_os/mimameid/add_ubuntutouch_systemimage_haliumboot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo "logo $1/logo.bin" >> "$BOOTSET/db/entries/$1.conf"
77
cp "$3" "$BOOTSET/$1/logo.bin"
88

99
# Create working dir
10-
TEMP="$(mktemp -d install.XXX)"
10+
TEMP="$(mktemp -d)"
1111
mkdir -p "$TEMP/boot"
1212

1313
# Copy boot

add_os/vayu/add_ubuntutouch_systemimage_haliumboot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sed -i "s#replaceme#systempart=/dev/mmcblk0p$4 datapart=/dev/mmcblk0p$5#g" "$BOO
55
# Copy ut vendor
66
e2fsck -f "/dev/block/mmcblk0p$4"
77
resize2fs "/dev/block/mmcblk0p$4"
8-
TEMP="$(mktemp -d install.XXX)"
8+
TEMP="$(mktemp -d)"
99
mkdir -p "$TEMP/mnt"
1010
mount "/dev/block/mmcblk0p$4" "$TEMP/mnt"
1111
cp "$3" "$TEMP/mnt/var/lib/lxc/android/vendor.img"

add_os/vidofnir/add_ubuntutouch_systemimage_haliumboot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo "logo $1/logo.bin" >> "$BOOTSET/db/entries/$1.conf"
77
cp "$3" "$BOOTSET/$1/logo.bin"
88

99
# Create working dir
10-
TEMP="$(mktemp -d install.XXX)"
10+
TEMP="$(mktemp -d)"
1111
mkdir -p "$TEMP/boot"
1212

1313
# Copy boot

add_os/yggdrasil/add_sailfish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/system/bin/sh
22

33
# Create working dir
4-
TEMP="$(mktemp -d install.XXX)"
4+
TEMP="$(mktemp -d)"
55
mkdir -p "$TEMP/sfos/rd"
66
mkdir -p "$TEMP/boot"
77
mkdir -p "$TEMP/mnt"

add_os/yggdrasilx/add_ubuntutouch_systemimage_haliumboot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo "logo $1/logo.bin" >> "$BOOTSET/db/entries/$1.conf"
77
cp "$3" "$BOOTSET/$1/logo.bin"
88

99
# Create working dir
10-
TEMP="$(mktemp -d install.XXX)"
10+
TEMP="$(mktemp -d)"
1111
mkdir -p "$TEMP/boot"
1212

1313
# Copy boot

install/vayu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Create folder for current OS
44
mkdir -p "$BOOTSET/$1"
5-
TEMP="$(mktemp -d install.XXX)"
5+
TEMP="$(mktemp -d)"
66
mkdir -p "$TEMP/boot"
77
# TODO $BOOTSET/..? is this implementation detail?
88
cp "$BOOTSET"/../backup_lk*.img "$TEMP/boot/boot.img"

0 commit comments

Comments
 (0)