1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From 4bcfee1f42f0da3b281e3f98945d8c9a3deb36f3 Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Tue, 18 Nov 2008 14:11:40 +0200
Subject: [PATCH] Makefile.in; (checkroot) disable
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index cac2bcc..035ab83 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -78,4 +78,4 @@ rpmpkg: checkroot
cd $(PWD))
checkroot:
- [ "`whoami`" = root ] || (echo Need root; exit 1)
+ # [ "`whoami`" = root ] || (echo Need root; exit 1)
--
1.6.5
|