ztreambox / zbremaster

Create ztreambox ISO from a remastered Ubuntu with debootstrap
3 stars 0 forks source link

german iso is named wrong #2

Closed ztreambox closed 12 years ago

ztreambox commented 12 years ago

the creation of a german iso creates a file named ztreambox-12.04.01-remix-en-i386.iso i think this code is wrong:

if [ -f "$WORKDIR\lang.de" ]; then export ISONAME="ztreambox-12.04.01-remix-de-i386.iso" else export ISONAME="ztreambox-12.04.01-remix-en-i386.iso" fi

ztreambox commented 12 years ago

"$WORKDIR\lang.de" is wrong, must be "$WORKDIR/lang.de", corrected in script