From 50dcafac93505d934b0fe9716911cfbb5b78c83e Mon Sep 17 00:00:00 2001 From: Chanho Park Date: Thu, 11 Dec 2014 15:24:25 +0900 Subject: [PATCH] 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 --- packaging/findutils.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.7.4