From: Hwankyu Jhun Date: Tue, 2 Apr 2024 10:54:38 +0000 (+0900) Subject: Fix wrong command X-Git-Tag: accepted/tizen/unified/20240516.031724~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8529121b1effcd554eeec6fdff9637f12a2ed378;p=platform%2Fcore%2Fappfw%2Flaunchpad.git Fix wrong command The tool name must be "ln". Change-Id: I1c4c7ec0f9e9294e80804928450ed31d9d6ff449 Signed-off-by: Hwankyu Jhun --- diff --git a/packaging/launchpad.spec b/packaging/launchpad.spec index 76c9e6b0..3627e2e8 100644 --- a/packaging/launchpad.spec +++ b/packaging/launchpad.spec @@ -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