From a8a7f67d26174837ff6b500e9963139ed740ebbd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 29 Apr 2004 14:00:34 +0000 Subject: [PATCH] - support snaps, too Changed files: libreoffice.spec -> 1.273 --- libreoffice.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libreoffice.spec b/libreoffice.spec index da81c2f..cf08a69 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -900,7 +900,10 @@ CONFOPTS=" \ --with-num-cpus=$RPM_BUILD_NCPUS " -./autogen.sh $CONFOPTS +# for cvs snaps +[ -x ./autogen.sh ] && ./autogen.sh $CONFOPTS + +# main build %configure $CONFOPTS %{__make} -- 2.44.0