[arch-commits] Commit in libfm (repos/community-x86_64/PKGBUILD trunk/PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Jan 13 13:06:19 UTC 2018


    Date: Saturday, January 13, 2018 @ 13:06:17
  Author: bgyorgy
Revision: 281811

Fix possibly build failure (FS#57084)

Modified:
  libfm/repos/community-x86_64/PKGBUILD
  libfm/trunk/PKGBUILD

---------------------------------+
 repos/community-x86_64/PKGBUILD |    2 ++
 trunk/PKGBUILD                  |    2 ++
 2 files changed, 4 insertions(+)

Modified: repos/community-x86_64/PKGBUILD
===================================================================
--- repos/community-x86_64/PKGBUILD	2018-01-13 12:29:02 UTC (rev 281810)
+++ repos/community-x86_64/PKGBUILD	2018-01-13 13:06:17 UTC (rev 281811)
@@ -23,6 +23,8 @@
   # Update xarchiver option
   # https://github.com/lxde/libfm/issues/35
   sed -i 's/create=xarchiver --add-to %F/create=xarchiver --compress %F/' data/archivers.list
+
+  autoreconf -fi
 }
 
 build() {

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2018-01-13 12:29:02 UTC (rev 281810)
+++ trunk/PKGBUILD	2018-01-13 13:06:17 UTC (rev 281811)
@@ -23,6 +23,8 @@
   # Update xarchiver option
   # https://github.com/lxde/libfm/issues/35
   sed -i 's/create=xarchiver --add-to %F/create=xarchiver --compress %F/' data/archivers.list
+
+  autoreconf -fi
 }
 
 build() {



More information about the arch-commits mailing list