Magellan Linux

Diff of /trunk/mage/usr/lib/mage/smage2.sh

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

revision 963 by niro, Tue Nov 24 01:48:17 2009 UTC revision 964 by niro, Fri Feb 19 19:55:10 2010 UTC
# Line 1301  then Line 1301  then
1301   elif [[ -n ${SPLIT_PACKAGES} ]]   elif [[ -n ${SPLIT_PACKAGES} ]]
1302   then   then
1303   split_save_variables   split_save_variables
1304   for subpackage in ${SPLIT_PACKAGE}   for subpackage in ${SPLIT_PACKAGES}
1305   do   do
1306   # get the right variables for the split   # get the right variables for the split
1307   export PNAME="${subpackage}"   export PNAME="${subpackage}"
# Line 1519  fi Line 1519  fi
1519  # compressing doc, info & man files  # compressing doc, info & man files
1520  if [[ -n ${SPLIT_PACKAGES} ]]  if [[ -n ${SPLIT_PACKAGES} ]]
1521  then  then
1522   for subpackage in ${SPLIT_PACKAGE}   for subpackage in ${SPLIT_PACKAGES}
1523   do   do
1524   mcompressdocs ${BINDIR}_${subpackage}   mcompressdocs ${BINDIR}_${subpackage}
1525   done   done
# Line 1536  case ${NOSTRIP} in Line 1536  case ${NOSTRIP} in
1536   *)   *)
1537   if [[ -n ${SPLIT_PACKAGES} ]]   if [[ -n ${SPLIT_PACKAGES} ]]
1538   then   then
1539   for subpackage in ${SPLIT_PACKAGE}   for subpackage in ${SPLIT_PACKAGES}
1540   do   do
1541   echo -e "${COLBLUE}===${COLGREEN} stripping binaries ...${COLDEFAULT}"   echo -e "${COLBLUE}===${COLGREEN} stripping binaries ...${COLDEFAULT}"
1542   mstripbins ${BINDIR}_${subpackage}   mstripbins ${BINDIR}_${subpackage}

Legend:
Removed from v.963  
changed lines
  Added in v.964