packaging: fixed the permission error when execute "scripts/exynos_*.sh"
authorJaechul Lee <jcsing.lee@samsung.com>
Thu, 9 Feb 2017 00:18:19 +0000 (09:18 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Tue, 14 Feb 2017 04:26:35 +0000 (13:26 +0900)
script files for dtb were created with 644 permission in the scratchbox even
though i already changed perm to 755. Therefore, build will be failed when
execute "exynos_dtbtool.sh" because it doesn't have 'x' permission.

I tried to touch these files again and it worked well. I suspect that first
patch couldn't apply the file attribute. That's why i made this meaningless
commit.

Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
scripts/exynos_dtbtool.sh
scripts/exynos_mkdzimage.sh

index 1c1ea1d535b5ac9b8beebb0dd0030f8c7ff38601..3b54185cc156ce0c9478427fe21fce7007381855 100755 (executable)
@@ -1,6 +1,5 @@
 #!/bin/bash
 
-
 ## Functions
 function write_hex_to_4bytes_binary()
 {
index eb6f862e118d930d2d9f5f05170221d096f1734e..94c2fdf3a49fd850bf401305979946d328bc6a6c 100755 (executable)
@@ -1,6 +1,5 @@
 #!/bin/bash
 
-
 ## Functions
 function write_to_4bytes_binary()
 {