3
0
Fork 0
forked from mirrors/nixpkgs

* Doh! This broke pam_console (and probably system-config-printer).

svn path=/nixpkgs/branches/stdenv-updates/; revision=15190
This commit is contained in:
Eelco Dolstra 2009-04-20 16:01:57 +00:00
parent 406cacbb87
commit b1e2bb54f2

View file

@ -1,5 +1,5 @@
addAclocals () {
addToSearchPathWithCustomDelimiter ACLOCAL_PATH $1/share/aclocal
addToSearchPathWithCustomDelimiter : ACLOCAL_PATH $1/share/aclocal
}
envHooks=(${envHooks[@]} addAclocals)