X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=trunk%2Fexec%2Fcran2deb;h=73a18bcc57e55cd2540ffc795fc33a56245668eb;hb=b6dfec950667b57a5996826a5e4c41e39c288ff0;hp=4c01d4cb3073628091002d218a643e7d01eda22f;hpb=0f597b596e696639c86f3a3fe71000bdfb456069;p=cran2deb.git diff --git a/trunk/exec/cran2deb b/trunk/exec/cran2deb index 4c01d4c..73a18bc 100755 --- a/trunk/exec/cran2deb +++ b/trunk/exec/cran2deb @@ -5,6 +5,7 @@ cmd=$1 CRAN2DEB_CACHE=/var/cache/cran2deb CRAN2DEB_CONFDIR=/etc/cran2deb +CRAN2DEB_BUILD="yes" if [ -r /etc/cran2deb/config ]; then . /etc/cran2deb/config; fi; @@ -12,7 +13,7 @@ if [ -r ~/.cran2deb/config ]; then CRAN2DEB_CONFDIR=~/.cran2deb . ~/.cran2deb/config; fi; -export CRAN2DEB_CACHE CRAN2DEB_CONFDIR +export CRAN2DEB_CACHE CRAN2DEB_CONFDIR CRAN2DEB_BUILD if [ "x" = "x$cmd" ]; then