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 2328 by niro, Mon Jan 13 14:17:53 2014 UTC revision 2329 by niro, Fri Jul 11 13:44:32 2014 UTC
# Line 11  then Line 11  then
11  fi  fi
12    
13  CONFIG="${MROOT}/${MCORE_UNPRIV_HOME}/.fluxbox/apps"  CONFIG="${MROOT}/${MCORE_UNPRIV_HOME}/.fluxbox/apps"
14    if [ ! -d ${MROOT}/${MCORE_UNPRIV_HOME}/.fluxbox ]
15    then
16     install -o ${MCORE_UNPRIV_USER} -g ${MCORE_UNPRIV_GROUP} -d ${MROOT}/${MCORE_UNPRIV_HOME}/.fluxbox
17    fi
18  clearconfig  clearconfig
19  for file in $(find ${MROOT}/${MCORE_CONFIG_PATH}/fluxbox/autostart -type f)  for file in $(find ${MROOT}/${MCORE_CONFIG_PATH}/fluxbox/autostart -type f)
20  do  do

Legend:
Removed from v.2328  
changed lines
  Added in v.2329