From d62029bc68de1f41e9b414810022ef4cd5aaee7d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 14 Jan 2007 16:15:51 +0000 Subject: [PATCH] * Set ACLOCAL_PATH. svn path=/nixos/trunk/; revision=7661 --- system/activate-configuration.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/system/activate-configuration.sh b/system/activate-configuration.sh index b29bedecda1b..f1a936fc64bd 100644 --- a/system/activate-configuration.sh +++ b/system/activate-configuration.sh @@ -95,6 +95,7 @@ export PATH=$PATH export MODULE_DIR=@kernel@/lib/modules export NIX_CONF_DIR=/nix/etc/nix export PAGER=less +export ACLOCAL_PATH=$HOME/.nix-profile/share/aclocal PROMPT_COLOR="1;31m" PS1="\n\[\033[\$PROMPT_COLOR\][\u@\h:\w]\$\[\033[0m\] "