Magellan Linux

Diff of /trunk/mage-buildserver/buildserver-upload-smage.sh

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

revision 2771 by niro, Thu Aug 28 09:04:24 2014 UTC revision 2772 by niro, Thu Aug 28 09:05:05 2014 UTC
# Line 112  else Line 112  else
112   TARGET_PKGFILE=( "${PKGDIR}/${PNAME}-${PVER}-${BUILD_ARCH}$(print_distrotag)-${PBUILD}.${PKGSUFFIX}" )   TARGET_PKGFILE=( "${PKGDIR}/${PNAME}-${PVER}-${BUILD_ARCH}$(print_distrotag)-${PBUILD}.${PKGSUFFIX}" )
113   fi   fi
114    
115   for i in ${TARGET_PKGFILE}   for i in ${TARGET_PKGFILE[*]}
116   do   do
117   if [ ! -f ${i} ]   if [ ! -f ${i} ]
118   then   then

Legend:
Removed from v.2771  
changed lines
  Added in v.2772