Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
grep
Commits:
79485eb5 by Christian Hesse at 2026-01-06T18:01:32+01:00
update formatting
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -41,7 +41,9 @@ prepare() {
build() {
cd "${pkgname}"
- ./configure --prefix=/usr
+
+ ./configure \
+ --prefix=/usr
make
# Generate grep mo files from dist tarball
@@ -53,11 +55,13 @@ build() {
check() {
cd "${pkgname}"
+
make check
}
package() {
cd "${pkgname}"
+
make DESTDIR="$pkgdir" install
# Install grep mo files from dist tarball
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/grep/-/commit/79485eb5e4832273f3549b00c88cac50a22d322b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/grep/-/commit/79485eb5e4832273f3549b00c88cac50a22d322b
You're receiving this email because of your account on gitlab.archlinux.org.