Packaging: full: Replace 'ln' with 'toybox-full' 43/209443/2 accepted/tizen/unified/20190708.114132 submit/tizen/20190708.075352
authorWook Song <wook16.song@samsung.com>
Mon, 8 Jul 2019 05:29:47 +0000 (14:29 +0900)
committerWook Song <wook16.song@samsung.com>
Mon, 8 Jul 2019 05:42:03 +0000 (14:42 +0900)
This patch replaces 'ln' in the post script of the toybox-full package
with 'toybox-full ln'. This is because the ln command is availabe after
the toybox-symlinks-full package is installed.

Change-Id: I509e97f71b5b8e2098c23b41329d51ab065df8df
Signed-off-by: Wook Song <wook16.song@samsung.com>
packaging/toybox.spec

index 1906ee5..d52e4d3 100644 (file)
@@ -117,7 +117,7 @@ for f in `cat %SOURCE5` ; do ln -s ../../bin/toybox $f ; done
 popd
 
 %post full
-ln -s /bin/toybox-full /bin/toybox
+/bin/toybox-full ln -s /bin/toybox-full /bin/toybox
 
 %files
 %manifest toybox.manifest