feat: use instead
This commit is contained in:
@@ -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/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user