[Lunar-commits] set_rlimits: fix to not install in /usr/local
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Wed Jan 16 15:06:35 CET 2008
commit a38ce3cace43fb6e6133715805e876d84c11ace5
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Wed Jan 16 09:06:35 2008 -0500
set_rlimits: fix to not install in /usr/local
---
security/set_rlimits/BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/security/set_rlimits/BUILD b/security/set_rlimits/BUILD
index bc61d6f..1541c64 100644
--- a/security/set_rlimits/BUILD
+++ b/security/set_rlimits/BUILD
@@ -1,6 +1,6 @@
(
- sed -i -e 's:/usr/local:/usr:g' Makefile &&
+ sedit 's:/usr/local:/usr:g' Makefile &&
default_build
More information about the Lunar-commits
mailing list