feat: use instead

This commit is contained in:
wyj
2025-03-14 01:49:41 -04:00
parent ec21881388
commit 120cfdcc6a
57 changed files with 69 additions and 69 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ md5sums=("eb70bad3316d08f0d3bb3d4bbeccb3b4"
src_prepare() {
tar -xf ${DIST_DIR}/${pkgname}-${pkgver}/${sources[0]} --strip-components=1
tar -xf ${distdir}/${sources[0]} --strip-components=1
sed -i 's/groups$(EXEEXT) //' src/Makefile.in
find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;
@@ -41,5 +41,5 @@ src_install() {
make exec_prefix=/usr DESTDIR="${pkgdir}" install
make DESTDIR="${pkgdir}" -C man install-man
install -vDm 644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname/"
install -vDm 600 "${DIST_DIR}/${pkgname}-${pkgver}/useradd" -t "${pkgdir}/etc/default/"
install -vDm 600 "${distdir}/useradd" -t "${pkgdir}/etc/default/"
}