[arch-commits] Commit in e2fsprogs/trunk (PKGBUILD)
Tobias Powalowski
tpowa at gemini.archlinux.org
Mon Jun 13 12:45:08 UTC 2022
Date: Monday, June 13, 2022 @ 12:44:48
Author: tpowa
Revision: 448400
upgpkg: e2fsprogs 1.46.5-4: #75043
Modified:
e2fsprogs/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-13 12:43:17 UTC (rev 448399)
+++ PKGBUILD 2022-06-13 12:44:48 UTC (rev 448400)
@@ -4,7 +4,7 @@
pkgbase=e2fsprogs
pkgname=('e2fsprogs' 'fuse2fs')
pkgver=1.46.5
-pkgrel=3
+pkgrel=4
pkgdesc='Ext2/3/4 filesystem utilities'
arch=('x86_64')
license=('GPL' 'LGPL' 'MIT')
@@ -67,8 +67,8 @@
sed -i -e 's/^AWK=.*/AWK=awk/' "${pkgdir}/usr/bin/compile_et"
# remove references to build directory
- sed -i -e 's#^SS_DIR=.*#SS_DIR="/usr/share/ss"#' "${pkgdir}/usr/bin/mk_cmds"
- sed -i -e 's#^ET_DIR=.*#ET_DIR="/usr/share/et"#' "${pkgdir}/usr/bin/compile_et"
+ sed -i -e 's#^DIR=.*#DIR="/usr/share/ss"#' "${pkgdir}/usr/bin/mk_cmds"
+ sed -i -e 's#^DIR=.*#DIR="/usr/share/et"#' "${pkgdir}/usr/bin/compile_et"
# remove static libraries with a shared counterpart
rm "${pkgdir}"/usr/lib/lib{com_err,e2p,ext2fs,ss}.a
More information about the arch-commits
mailing list