Spec: remove duplicated make statement 90/91890/1
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 12 Oct 2016 06:14:41 +0000 (06:14 +0000)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 12 Oct 2016 06:14:41 +0000 (06:14 +0000)
You need to make once, not twice.

Change-Id: I048f68fd7c4836771b77c4ae217459337ea13c89
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/starter.spec

index 010cba2..fb51bdb 100644 (file)
@@ -115,7 +115,6 @@ export X11_SUPPORT=On
 cmake . -DTIZEN_PROFILE_NAME=%{TIZEN_PROFILE_NAME} -DCMAKE_INSTALL_PREFIX=%{_prefix} -DWAYLAND_SUPPORT=${WAYLAND_SUPPORT} -DX11_SUPPORT=${X11_SUPPORT}
 
 make
-make -j1
 
 %install
 rm -rf %{buildroot}