File: 0004_autogen.sh-Silence-output.patch

package info (click to toggle)
lomiri-online-accounts-plugins 0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,404 kB
  • sloc: python: 319; makefile: 141; sh: 20; sed: 16
file content (26 lines) | stat: -rw-r--r-- 615 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From f4e8647a2613277fbbc48fedbb4d6acfe9ab759a Mon Sep 17 00:00:00 2001
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Mon, 5 May 2025 09:57:45 +0000
Subject: [PATCH] autogen.sh: Silence output.

Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
---
 autogen.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 1293b6f..0480b70 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,3 @@
 echo "=== autogen.sh ==="
-echo "current dir:"
-ls -la
-mkdir m4
-echo "new dir:"
-ls -la
+mkdir -p m4
 autoreconf -i && ./configure "$@"
-- 
2.39.5