Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/fluxbox/fluxbox-rebuild-autostart.in

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

revision 2623 by niro, Fri Sep 25 12:38:56 2015 UTC revision 2624 by niro, Fri Sep 25 13:26:02 2015 UTC
# Line 17  then Line 17  then
17  fi  fi
18  clearconfig  clearconfig
19  # use global fluxbox apps file as default  # use global fluxbox apps file as default
20  if [ -f ${MROOT}/@@FLUXBOX_SHARED@@/apps ]  if [ -f ${MROOT}/@@FLUXBOX_SHARED_DIR@@/apps ]
21  then  then
22   addconfig "$(< ${MROOT}/@@FLUXBOX_SHARED@@/apps)"   addconfig "$(< ${MROOT}/@@FLUXBOX_SHARED_DIR@@/apps)"
23  fi  fi
24  for file in $(find ${MROOT}/${MCORE_CONFIG_PATH}/fluxbox/autostart -type f | sort)  for file in $(find ${MROOT}/${MCORE_CONFIG_PATH}/fluxbox/autostart -type f | sort)
25  do  do

Legend:
Removed from v.2623  
changed lines
  Added in v.2624