Magellan Linux

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

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

revision 1658 by niro, Fri Jan 13 21:04:02 2012 UTC revision 1659 by niro, Sat Jan 14 00:01:52 2012 UTC
# Line 178  then Line 178  then
178   # get the right variables for the split   # get the right variables for the split
179   export PNAME="${subpackage}"   export PNAME="${subpackage}"
180   split_info_${subpackage}   split_info_${subpackage}
181     # fix PCATEGORIE -> PCAT
182     if [[ ! -z ${PCATEGORIE} ]]
183     then
184     PCAT="${PCATEGORIE}"
185     unset PCATEGORIE
186     fi
187   # build md5sum for existing packages   # build md5sum for existing packages
188   generate_package_md5sum \   generate_package_md5sum \
189   --pcat "${PCAT}" \   --pcat "${PCAT}" \
# Line 579  else Line 585  else
585   # get the right variables for the split   # get the right variables for the split
586   export PNAME="${subpackage}"   export PNAME="${subpackage}"
587   split_info_${PNAME}   split_info_${PNAME}
588     # fix PCATEGORIE -> PCAT
589     if [[ ! -z ${PCATEGORIE} ]]
590     then
591     PCAT="${PCATEGORIE}"
592     unset PCATEGORIE
593     fi
594    
595   # jump to next one if !pkgbuild is set in split_info   # jump to next one if !pkgbuild is set in split_info
596   mqueryfeature "!pkgbuild" && continue   mqueryfeature "!pkgbuild" && continue

Legend:
Removed from v.1658  
changed lines
  Added in v.1659