Magellan Linux

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

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

revision 1187 by niro, Fri Jan 28 19:40:17 2011 UTC revision 1188 by niro, Fri Jan 28 22:13:02 2011 UTC
# Line 156  src_install() Line 156  src_install()
156    
157   # install fbres for splash   # install fbres for splash
158   minstallexec ${MISC_SRCDIR}/fbres || die   minstallexec ${MISC_SRCDIR}/fbres || die
159    
160     # install fbsplash theme
161     cd ${SPLASHTHEME_SRCDIR}
162     make DESTDIR=${BINDIR} install || die
163     # set mcore theme as default
164     mlink mcore /etc/splash/themes/default || die
165  }  }
166    
167  postinstall()  postinstall()

Legend:
Removed from v.1187  
changed lines
  Added in v.1188