summaryrefslogtreecommitdiff
path: root/debian/patches/0003-Makefile-target-choose-do-not-depend-on-conf-home.diff
blob: 4f9bfbfc9c643347e53e51f62c673af64d599b16 (plain)
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
27
From 7512cc5f00d9ebfdd5a8512d61bc969a3cd20956 Mon Sep 17 00:00:00 2001
From: Gerrit Pape <pape@smarden.org>
Date: Wed, 16 Apr 2008 20:56:00 +0000
Subject: [PATCH] Makefile: target choose: do not depend on conf-home

---
 Makefile |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index a67b0cb..bcf5bd5 100644
--- a/Makefile
+++ b/Makefile
@@ -145,9 +145,8 @@ compile chkshsgr.c exit.h
 	./compile chkshsgr.c
 
 choose: \
-warn-auto.sh choose.sh conf-home
+warn-auto.sh choose.sh
 	cat warn-auto.sh choose.sh \
-	| sed s}HOME}"`head -1 conf-home`"}g \
 	> choose
 	chmod 755 choose
 
-- 
1.5.5