Magellan Linux

Diff of /smage/trunk/core/busybox/busybox-1.17.4-r7.smage2

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

revision 1287 by niro, Sun Feb 6 22:40:45 2011 UTC revision 1288 by niro, Sun Feb 6 22:46:56 2011 UTC
# Line 172  src_install() Line 172  src_install()
172   make DESTDIR=${BINDIR} install || die   make DESTDIR=${BINDIR} install || die
173   # set mcore theme as default   # set mcore theme as default
174   mlink mcore /etc/splash/themes/default || die   mlink mcore /etc/splash/themes/default || die
175    
176     # disable config_protection for themes
177     minstalldir /etc/env.d || die
178     echo "CONFIG_PROTECT_MASK=/etc/splash/themes" > ${BINDIR}/etc/env.d/15splash || die
179  }  }
180    
181  postinstall()  postinstall()

Legend:
Removed from v.1287  
changed lines
  Added in v.1288