samsung-i9100: fixup for linux prepare_isorec() (MR 1405)

Fixes: 10cbdc72 ("linux-samsung-i9100: modernize with new gcc8 linux aportgen code")
This commit is contained in:
Oliver Smith 2020-07-09 21:09:35 +02:00
parent 1bdafe5aa0
commit 3679e6018d
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB

View File

@ -44,7 +44,7 @@ prepare_isorec() {
cp -v "$srcdir"/init "$builddir"/usr/galaxys2_initramfs_files/init
# Paths supplied to gen_initramfs_list.sh are prefixed with "source/".
ln -s "$builddir" ln -s "$builddir"/source
ln -s "$builddir" "$builddir"/source
cd "$builddir"
}