Magellan Linux

Diff of /branches/mage-next/src/sql/meta-generator.sh

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

revision 2293 by niro, Fri Dec 6 09:43:35 2013 UTC revision 2294 by niro, Fri Dec 6 09:46:05 2013 UTC
# Line 96  SMAGEFILE="$1" Line 96  SMAGEFILE="$1"
96  [ -e ${SMAGEFILE} ] || die "Smage file '${SMAGEFILE}' does not exist."  [ -e ${SMAGEFILE} ] || die "Smage file '${SMAGEFILE}' does not exist."
97    
98  PKGNAME="${PNAME}-${PVER}-${PBUILD}"  PKGNAME="${PNAME}-${PVER}-${PBUILD}"
99  ARCHPKGNAME="${PNAME}-${PVER}-${ARCH}$(distrotag)-${PBUILD}"  ARCHPKGNAME="${PNAME}-${PVER}-${ARCH}$(print_distrotag)-${PBUILD}"
100    
101  if [[ -n ${PKGTARBALL} ]]  if [[ -n ${PKGTARBALL} ]]
102  then  then

Legend:
Removed from v.2293  
changed lines
  Added in v.2294