Magellan Linux

Diff of /branches/mage-next/src/pkg_all_sources.in

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

trunk/mage/usr/lib/mage/pkg_all_sources.sh revision 1642 by niro, Fri Jan 13 18:37:52 2012 UTC branches/mage-next/src/pkg_all_sources.sh revision 2557 by niro, Wed Jan 29 12:10:53 2014 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  # build all source packages for given distribution  # build all source packages for given distribution
3    # $Id$
4    
5  : ${MAGERC="/etc/mage.rc"}  : ${MAGERC="/etc/mage.rc"}
6    
# Line 37  blacklisted() Line 38  blacklisted()
38   while read EXPCAT EXPNAME EXPVER EXPBUILD   while read EXPCAT EXPNAME EXPVER EXPBUILD
39   do   do
40   # ignore spaces and comments   # ignore spaces and comments
41           case "${EXPCAT}" in   case "${EXPCAT}" in
42                   \#*|"") continue ;;   \#*|"") continue ;;
43           esac   esac
44    
45   # exclude full pver   # exclude full pver
46   if [[ -n ${PCAT} ]] && [[ -n ${PNAME} ]] &&   if [[ -n ${PCAT} ]] && [[ -n ${PNAME} ]] &&

Legend:
Removed from v.1642  
changed lines
  Added in v.2557