From f86d83cbd1d8ace0bf4fdc9702c7f7de613e6e2b Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Tue, 23 Dec 2014 13:40:11 +0100 Subject: Revert "Fix bad relative encrypt dir path" This reverts commit 55b3a81ba28e52e8347f07ef1901c81b2cfaebfd. --- liveusb/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'liveusb') diff --git a/liveusb/build.sh b/liveusb/build.sh index dbaa074..0c6022a 100755 --- a/liveusb/build.sh +++ b/liveusb/build.sh @@ -85,7 +85,7 @@ make_encrypted_device() { mkdir -p ${work_dir}/airootfs/mnt/decrypted mount /dev/mapper/cryptloop ${work_dir}/airootfs/mnt/decrypted rmdir ${work_dir}/airootfs/mnt/decrypted/lost+found - cp -a ${work_dir}/${encrypt_dir}/* ${work_dir}/airootfs/mnt/decrypted + cp -a ${encrypt_dir}/* ${work_dir}/airootfs/mnt/decrypted # Cleanup umount ${work_dir}/airootfs/mnt/decrypted -- cgit v1.3.1