Magellan Linux

Diff of /trunk/mlivecdbuild/profiles/openvpn-i686/prepare_custom

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

revision 593 by niro, Sun Oct 14 23:51:03 2007 UTC revision 594 by niro, Sun Oct 14 23:54:04 2007 UTC
# Line 43  done Line 43  done
43  install -m 0755 $(get_profile custom-files/fluxbox/startup) ${CDCHROOTDIR}/home/magellan/.fluxbox || die  install -m 0755 $(get_profile custom-files/fluxbox/startup) ${CDCHROOTDIR}/home/magellan/.fluxbox || die
44  install -d ${CDCHROOTDIR}/home/magellan/.fluxbox/styles  install -d ${CDCHROOTDIR}/home/magellan/.fluxbox/styles
45  cp -R $(get_profile custom-files/fluxbox/styles/Serenity) ${CDCHROOTDIR}/home/magellan/.fluxbox/styles || die  cp -R $(get_profile custom-files/fluxbox/styles/Serenity) ${CDCHROOTDIR}/home/magellan/.fluxbox/styles || die
46    install -d ${CDCHROOTDIR}/home/magellan/.fluxbox/backgrounds
47    install -m 0644 $(get_profile custom-files/fluxbox/backgrounds/wallpaper.png) ${CDCHROOTDIR}/home/magellan/.fluxbox/backgrounds || die
48  chroot ${CDCHROOTDIR} chown -R magellan:users /home/magellan/.fluxbox || die  chroot ${CDCHROOTDIR} chown -R magellan:users /home/magellan/.fluxbox || die
49    
50  # install our custom fluxbox menu generator script  # install our custom fluxbox menu generator script
# Line 54  install -m 0440 $(get_profile custom-fil Line 56  install -m 0440 $(get_profile custom-fil
56  # setup citrix client  # setup citrix client
57  install -d ${CDCHROOTDIR}/home/magellan/.ICAClient || die  install -d ${CDCHROOTDIR}/home/magellan/.ICAClient || die
58  touch ${CDCHROOTDIR}/home/magellan/.ICAClient/.eula_accepted || die  touch ${CDCHROOTDIR}/home/magellan/.ICAClient/.eula_accepted || die
59    install -m 0644 $(get_profile custom-files/wfclient.ini) ${CDCHROOTDIR}/home/magellan/.ICAClient || die
60  chroot ${CDCHROOTDIR} chown -R magellan:users /home/magellan/.ICAClient || die  chroot ${CDCHROOTDIR} chown -R magellan:users /home/magellan/.ICAClient || die
61    
62  # set up our default preferences for firefox  # set up our default preferences for firefox

Legend:
Removed from v.593  
changed lines
  Added in v.594