]> git.donarmstrong.com Git - cran2deb.git/commitdiff
* fix CONFDIR typo
authorDon Armstrong <don@donarmstrong.com>
Tue, 24 Jan 2012 00:16:35 +0000 (16:16 -0800)
committerDon Armstrong <don@donarmstrong.com>
Tue, 24 Jan 2012 00:16:35 +0000 (16:16 -0800)
trunk/exec/repopulate

index a376fd92c7f78968269b16e34216691812ab529d..7e627ac7aa879c1dfae930f0e06397a61aa46b5f 100755 (executable)
@@ -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."