# HG changeset patch # User Hans-G?nter Theisgen # Date 1588343972 -3600 # Node ID bb9c7e76505b04a2930bf9fc439dd37d596c6ff3 # Parent f90a38690df8c6d83f5aeb3f56b190a939bc1439 updated xfsprogs (5.2.1 -> 5.6.0) diff -r f90a38690df8 -r bb9c7e76505b xfsprogs/receipt --- a/xfsprogs/receipt Fri May 01 15:05:50 2020 +0100 +++ b/xfsprogs/receipt Fri May 01 15:39:32 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xfsprogs" -VERSION="5.2.1" +VERSION="5.6.0" CATEGORY="system-tools" SHORT_DESC="Utilities for making, mounting, and manipulating XFS file-systems." MAINTAINER="patel@math.uga.edu" @@ -18,9 +18,11 @@ # Rules to configure and make the package. compile_rules() { - sed -i 's/--best -c/-9 -c/' include/buildmacros - sed -i -e 's/lt_shell_append=yes/lt_shell_append=no/' \ - -e 's/DDEBUG/DNODEBUG/' configure + sed -i 's/--best -c/-9 -c/' \ + include/buildmacros + sed -i -e 's/lt_shell_append=yes/lt_shell_append=no/' \ + -e 's/DDEBUG/DNODEBUG/' \ + configure ./configure \ $CONFIGURE_ARGS || return 1