projects
/
platform
/
core
/
appfw
/
launchpad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00557c7
)
Fix wrong command
99/308899/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 2 Apr 2024 10:54:38 +0000
(19:54 +0900)
committer
Hwankyu 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
patch
|
blob
|
history
diff --git
a/packaging/launchpad.spec
b/packaging/launchpad.spec
index 76c9e6b0d6755123f7842714fe43347c696e1188..3627e2e88d1162361bd933b6fd77b8ba2be2ba6f 100644
(file)
--- 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
-ln
s
-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