Magellan Linux

Diff of /trunk/mlivecdbuild/profiles/alx-0_7_branch/prepare_custom

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2661 by niro, Thu Jul 3 09:18:13 2014 UTC revision 2662 by niro, Thu Jul 3 11:07:29 2014 UTC
# Line 32  EOF Line 32  EOF
32  fi  fi
33  if [ -f ${CDCHROOTDIR}/etc/locale.conf ]  if [ -f ${CDCHROOTDIR}/etc/locale.conf ]
34  then  then
35   sed "s:^\(LANG=\).*:\1\"de_DE.utf8\":" ${CDCHROOTDIR}/etc/locale.conf || die   sed -i "s:^\(LANG=\).*:\1\"de_DE.utf8\":" ${CDCHROOTDIR}/etc/locale.conf || die
36  fi  fi
37    
38  # stop here if the user don't want to create the install tarball  # stop here if the user don't want to create the install tarball

Legend:
Removed from v.2661  
changed lines
  Added in v.2662