diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-01-13 12:00:04 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-01-13 12:00:04 +0900 |
commit | dd764d9daf8cddefc00bde5bc1cb70c39d24842b (patch) | |
tree | a6a35fa1ea4204395199c4cafd61a0af50f095fc | |
parent | 183160b479ecf4a5d3ab76f0adacf812ea47fab6 (diff) | |
download | fdupes-accepted/tizen_7.0_base_tool_hotfix.tar.gz fdupes-accepted/tizen_7.0_base_tool_hotfix.tar.bz2 fdupes-accepted/tizen_7.0_base_tool_hotfix.zip |
Change make_build rpm macrotizen_7.0_m2_releasesubmit/tizen_base/20220113.032554submit/tizen_7.0_base_hotfix/20221115.161501submit/tizen_7.0_base/20221028.200901accepted/tizen/base/tool/20220127.053828accepted/tizen/7.0/base/tool/hotfix/20221115.084955accepted/tizen/7.0/base/tool/20221028.113210accepted/tizen/7.0/base/hotfix/20230714.003721accepted/tizen/7.0/base/20230714.002906tizen_7.0_base_hotfixtizen_7.0_basesandbox/backup/fdupes_2.1.2_20221227accepted/tizen_7.0_base_tool_hotfixaccepted/tizen_7.0_base_toolaccepted/tizen_7.0_base_hotfixaccepted/tizen_7.0_base
Change-Id: I0461c9259e7f4d3d4f805eea0cbabb0ad31018d5
-rw-r--r-- | packaging/fdupes.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/fdupes.spec b/packaging/fdupes.spec index f27fd57..68b30c8 100644 --- a/packaging/fdupes.spec +++ b/packaging/fdupes.spec @@ -21,7 +21,7 @@ cp %{SOURCE1001} . export CFLAGS+=" -fPIC" export LDFLAGS+=" -pie" %{reconfigure} --without-ncurses -%{make_build} +%{__make} %{?_smp_mflags} %install install -D -m755 fdupes %{buildroot}%{_bindir}/fdupes |