]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- support snaps, too
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 29 Apr 2004 14:00:34 +0000 (14:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libreoffice.spec -> 1.273

libreoffice.spec

index da81c2f37b7c922e2d007905b64cfdfa2d9d1656..cf08a6959019e2c8bc04984031b426345fd55996 100644 (file)
@@ -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}
 
This page took 0.040843 seconds and 4 git commands to generate.