artik: configs: change attribute of installed files. 10/75710/1 tizen_20160927
authorjino.cho <jino.cho@samsung.com>
Tue, 21 Jun 2016 05:33:54 +0000 (14:33 +0900)
committerjino.cho <jino.cho@samsung.com>
Tue, 21 Jun 2016 05:33:54 +0000 (14:33 +0900)
u-boot.bin and params.bin don't need executable attribute.

Change-Id: Idb706b1bbde124b62cc9e7f6c4e11cb0e7c4aca5
Signed-off-by: jino.cho <jino.cho@samsung.com>
packaging/u-boot-artik.spec
packaging/u-boot-artik10.spec

index d840343a89be1d2123a94e0fdf3936c2b4afea75..146453bd450841aed83df7a4437f5ca7428d530f 100644 (file)
@@ -39,8 +39,8 @@ rm -rf %{buildroot}
 # u-boot installation
 mkdir -p %{buildroot}/boot/u-boot
 install -d %{buildroot}/boot/u-boot
-install -m 755 u-boot.bin %{buildroot}/boot/u-boot
-install -m 755 params.bin %{buildroot}/boot/u-boot
+install -m 644 u-boot.bin %{buildroot}/boot/u-boot
+install -m 644 params.bin %{buildroot}/boot/u-boot
 
 %clean
 
index ae868a430af6f24a7b7c027ac4305ffe0da006fc..7f632a12be3fd0fdc28964bcaf4aed63d32541fb 100644 (file)
@@ -39,8 +39,8 @@ rm -rf %{buildroot}
 # u-boot installation
 mkdir -p %{buildroot}/boot/u-boot
 install -d %{buildroot}/boot/u-boot
-install -m 755 u-boot.bin %{buildroot}/boot/u-boot
-install -m 755 params.bin %{buildroot}/boot/u-boot
+install -m 644 u-boot.bin %{buildroot}/boot/u-boot
+install -m 644 params.bin %{buildroot}/boot/u-boot
 
 %clean