[Lunar-commits] r25966 - moonbase/trunk/security/set_rlimits
Kok, Auke
sofar at foo-projects.org
Wed Sep 26 00:14:06 CEST 2007
Jannis Pohlmann wrote:
> Author: jannis
> Date: 2007-09-26 00:09:29 +0200 (Wed, 26 Sep 2007)
> New Revision: 25966
>
> Added:
> moonbase/trunk/security/set_rlimits/BUILD
> Log:
> Install to /usr instead of /usr/local.
>
> Added: moonbase/trunk/security/set_rlimits/BUILD
> ===================================================================
> --- moonbase/trunk/security/set_rlimits/BUILD (rev 0)
> +++ moonbase/trunk/security/set_rlimits/BUILD 2007-09-25 22:09:29 UTC (rev 25966)
> @@ -0,0 +1,7 @@
> +(
> +
> + sed -i -e 's/PREFIX=\/usr\/local/PREFIX=\/usr/g' Makefile &&
does it really hurt to do just this instead :
sedit 's:/usr/local:/usr:g' Makefile
?
Auke
More information about the Lunar-dev
mailing list