Fix spec file to avoid building twice
authorWonYoung Choi <wy80.choi@samsung.com>
Tue, 5 Jan 2016 05:04:45 +0000 (14:04 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 28 Apr 2016 05:40:54 +0000 (14:40 +0900)
commit6c1067f16ae18972af61e7c0c7537c097c879323
tree8671492fe7697ddd685f0e4de85e165700bf3902
parent20ac38f7c7a3e46d0760809bd94e7c3882434e77
Fix spec file to avoid building twice

The Makefile of nodejs is using phony target name for node executable.
Therefore when 'make install' is executed, the target for making the
node executable is started again.

Change-Id: Ia4b4358820bdacc693155b3f09e780e664ba1c0b
packaging/nodejs.spec