Don't set DI_CODENAME separately by default
This commit is contained in:
parent
7b6988d66d
commit
27bf152cb6
1
CONF.sh
1
CONF.sh
|
@ -51,7 +51,6 @@ export BASEDIR=`pwd`
|
|||
|
||||
# Building etch cd set ...
|
||||
export CODENAME=etch
|
||||
export DI_CODENAME=etch
|
||||
|
||||
# By default use Debian installer packages from $CODENAME
|
||||
if [ ! "$DI_CODENAME" ]
|
||||
|
|
|
@ -51,7 +51,6 @@ export BASEDIR=`pwd`
|
|||
|
||||
# Building etch cd set ...
|
||||
export CODENAME=etch
|
||||
export DI_CODENAME=etch
|
||||
|
||||
# By default use Debian installer packages from $CODENAME
|
||||
if [ ! "$DI_CODENAME" ]
|
||||
|
|
Loading…
Reference in New Issue