mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
25 lines
629 B
Diff
25 lines
629 B
Diff
From 295da58da62f657923518a699f3210aab5089568 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/6] makechrootpkg: no default logging
|
|
|
|
---
|
|
makechrootpkg.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/makechrootpkg.in b/makechrootpkg.in
|
|
index ffb14f4..ad689cd 100644
|
|
--- a/makechrootpkg.in
|
|
+++ b/makechrootpkg.in
|
|
@@ -12,7 +12,7 @@ m4_include(lib/common.sh)
|
|
|
|
shopt -s nullglob
|
|
|
|
-makepkg_args=(-s --noconfirm -L --holdver)
|
|
+makepkg_args=(-s --noconfirm --holdver)
|
|
repack=false
|
|
update_first=false
|
|
clean_first=false
|
|
--
|
|
2.3.2
|
|
|