Magellan Linux

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

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

revision 2042 by niro, Fri Feb 1 09:50:07 2013 UTC revision 2043 by niro, Fri Feb 1 10:19:20 2013 UTC
# Line 471  else Line 471  else
471   do   do
472   # honor split_info   # honor split_info
473   split_info_${subpackage}   split_info_${subpackage}
474     if [[ ${PKGTYPE} = virtual ]]
475     then
476     # automatically set !pkgbuild here too
477     msetfeature "!pkgbuild"
478     fi
479    
480   if mqueryfeature "!compressdoc"   if mqueryfeature "!compressdoc"
481   then   then
# Line 507  then Line 512  then
512   do   do
513   # honor split_info   # honor split_info
514   split_info_${subpackage}   split_info_${subpackage}
515     if [[ ${PKGTYPE} = virtual ]]
516     then
517     # automatically set !pkgbuild here too
518     msetfeature "!pkgbuild"
519     fi
520    
521   if mqueryfeature "!libtool"   if mqueryfeature "!libtool"
522   then   then
# Line 547  then Line 557  then
557   do   do
558   # honor split_info   # honor split_info
559   split_info_${subpackage}   split_info_${subpackage}
560     if [[ ${PKGTYPE} = virtual ]]
561     then
562     # automatically set !pkgbuild here too
563     msetfeature "!pkgbuild"
564     fi
565    
566   if mqueryfeature "purge"   if mqueryfeature "purge"
567   then   then
# Line 589  else Line 604  else
604   do   do
605   # honor split_info   # honor split_info
606   split_info_${subpackage}   split_info_${subpackage}
607     if [[ ${PKGTYPE} = virtual ]]
608     then
609     # automatically set !pkgbuild here too
610     msetfeature "!pkgbuild"
611     fi
612    
613   if mqueryfeature "!strip"   if mqueryfeature "!strip"
614   then   then
# Line 676  else Line 696  else
696   PCAT="${PCATEGORIE}"   PCAT="${PCATEGORIE}"
697   unset PCATEGORIE   unset PCATEGORIE
698   fi   fi
699     if [[ ${PKGTYPE} = virtual ]]
700     then
701     # automatically set !pkgbuild here too
702     msetfeature "!pkgbuild"
703     fi
704    
705   # jump to next one if !pkgbuild is set in split_info   # jump to next one if !pkgbuild is set in split_info
706   if mqueryfeature "!pkgbuild"   if mqueryfeature "!pkgbuild"

Legend:
Removed from v.2042  
changed lines
  Added in v.2043