From 0f597b596e696639c86f3a3fe71000bdfb456069 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 23 Jan 2012 16:16:35 -0800 Subject: [PATCH] * fix CONFDIR typo --- trunk/exec/repopulate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/exec/repopulate b/trunk/exec/repopulate index a376fd9..7e627ac 100755 --- a/trunk/exec/repopulate +++ b/trunk/exec/repopulate @@ -6,7 +6,7 @@ set -e -dir=${CRAN2DEB_CONFIDR:-/etc/cran2deb} +dir=${CRAN2DEB_CONFDIR:-/etc/cran2deb} if [ ! -d "$dir" ]; then echo "Dir $dir does not exist." -- 2.39.2