mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
25 lines
730 B
Diff
25 lines
730 B
Diff
From 1efb4468c3f189cf540f7b42f9dc1ab7718a9e77 Mon Sep 17 00:00:00 2001
|
|
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
Date: Sun, 28 Dec 2014 22:33:41 -0700
|
|
Subject: [PATCH 5/8] makechrootpkg: no default logging
|
|
|
|
---
|
|
makechrootpkg.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/makechrootpkg.in b/makechrootpkg.in
|
|
index aeb6d4a..6b774be 100644
|
|
--- a/makechrootpkg.in
|
|
+++ b/makechrootpkg.in
|
|
@@ -17,7 +17,7 @@ source /usr/share/makepkg/util/config.sh
|
|
|
|
shopt -s nullglob
|
|
|
|
-default_makepkg_args=(--syncdeps --noconfirm --log --holdver --skipinteg)
|
|
+default_makepkg_args=(--syncdeps --noconfirm --holdver --skipinteg)
|
|
makepkg_args=("${default_makepkg_args[@]}")
|
|
verifysource_args=()
|
|
chrootdir=
|
|
--
|
|
2.30.0
|
|
|