From: Don Armstrong Date: Tue, 24 Jan 2012 00:16:35 +0000 (-0800) Subject: * fix CONFDIR typo X-Git-Url: https://git.donarmstrong.com/?p=cran2deb.git;a=commitdiff_plain;h=0f597b596e696639c86f3a3fe71000bdfb456069 * fix CONFDIR typo --- 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."