Magellan Linux

Diff of /smage/trunk/core/busybox/busybox-1.20.2-r17.smage2

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

revision 4809 by niro, Tue May 7 08:24:24 2013 UTC revision 4810 by niro, Tue May 7 08:29:24 2013 UTC
# Line 227  src_prepare() Line 227  src_prepare()
227   then   then
228   echo "CONFIG_FEATURE_SYSTEMD=y" >> .config || die   echo "CONFIG_FEATURE_SYSTEMD=y" >> .config || die
229   # setfont should use kbd resources in /usr/share (consolefont, consoletrans etc)   # setfont should use kbd resources in /usr/share (consolefont, consoletrans etc)
230   sed -i 's/.*\(CONFIG_DEFAULT_SETFONT_DIR\).*/\1="/usr/share"/' .config || die   sed -i 's:.*\(CONFIG_DEFAULT_SETFONT_DIR\).*:\1="/usr/share":' .config || die
231   else   else
232   echo "# CONFIG_FEATURE_SYSTEMD is not set" >> .config || die   echo "# CONFIG_FEATURE_SYSTEMD is not set" >> .config || die
233   fi   fi

Legend:
Removed from v.4809  
changed lines
  Added in v.4810