packaging: Fix minicoredumper path 92/181892/1 accepted/tizen/unified/20180619.141919 accepted/tizen/unified/20180622.122638 submit/tizen/20180618.153418 submit/tizen/20180621.090427
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Mon, 18 Jun 2018 14:44:01 +0000 (16:44 +0200)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Mon, 18 Jun 2018 14:45:57 +0000 (16:45 +0200)
Change-Id: I5a57f9a3c0272ebed534aee7edd88d2c2f362b89

packaging/crash-worker.spec

index e8b63c1..7177835 100644 (file)
@@ -42,7 +42,7 @@ Requires: libelf
 Requires: libdw
 
 %if "%{TIZEN_FEATURE_MINICOREDUMPER}" == "on"
-Requires: /sbin/minicoredumper
+Requires: %{_sbindir}/minicoredumper
 %endif
 # If you need support for core dump files (see building below),
 # you should add this dependency