Fix wrong command 99/308899/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 2 Apr 2024 10:54:38 +0000 (19:54 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 2 Apr 2024 10:54:38 +0000 (19:54 +0900)
The tool name must be "ln".

Change-Id: I1c4c7ec0f9e9294e80804928450ed31d9d6ff449
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
packaging/launchpad.spec

index 76c9e6b0d6755123f7842714fe43347c696e1188..3627e2e88d1162361bd933b6fd77b8ba2be2ba6f 100644 (file)
@@ -172,7 +172,7 @@ ln -sf ../launchpad-process-pool.socket %{buildroot}%{_unitdir_user}/sockets.tar
 ln -sf ../launchpad-process-pool.service %{buildroot}%{_unitdir_user}/basic.target.wants/launchpad-process-pool.service
 
 %post
-lns -sf /usr/bin/false /usr/bin/process-pool
+ln -sf /usr/bin/false /usr/bin/process-pool
 
 %posttrans
 if [ -f %{_unitdir_user}/enlightenment-user.service ]; then