From: Chanho Park Date: Thu, 11 Dec 2014 06:24:25 +0000 (+0900) Subject: packaging: remove old options to find hidden files X-Git-Tag: accepted/tizen/base/20151223.052250^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Ffindutils.git;a=commitdiff_plain;h=HEAD packaging: remove old options to find hidden files Due to old options, we can't find some hidden files such as starting "..*". I remove the old options because we don't need them anymore. Change-Id: I93e865d8e3be390a66c278403691fa0dab26aa05 Signed-off-by: Chanho Park --- diff --git a/packaging/findutils.spec b/packaging/findutils.spec index 17dfb6b..d07959f 100644 --- a/packaging/findutils.spec +++ b/packaging/findutils.spec @@ -48,10 +48,7 @@ export DEFAULT_ARG_SIZE="(31u * 1024u)" %endif %configure \ --libexecdir=%{_libdir}/find \ - --localstatedir=/var/lib \ - --without-included-regex \ - --without-fts \ - --enable-d_type-optimisation + --localstatedir=/var/lib %{__make} %{?_smp_mflags} %check