Magellan Linux

Diff of /smage/trunk/core/include/alx.sminc

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

revision 882 by niro, Sun Jan 11 21:39:37 2009 UTC revision 883 by niro, Mon Aug 3 18:31:07 2009 UTC
# Line 114  alxinjectexec() Line 114  alxinjectexec()
114  }  }
115    
116  # injects a patch to the sourcecode  # injects a patch to the sourcecode
117  # - basically the same like mpatch() but uses patches from ${SMAGESCRIPTSDIR}/${PNAME}/alx/files  # - basically the same like mpatch() but uses patches from ${SMAGENAME%/*}/alx/files
118  # alxinjectpatch patch  # alxinjectpatch patch
119  alxinjectpatch()  alxinjectpatch()
120  {  {
# Line 225  alx_pkgbuild() Line 225  alx_pkgbuild()
225   elif [[ -f ${SMAGENAME%/*}/alx/${PNAME}.zap ]]   elif [[ -f ${SMAGENAME%/*}/alx/${PNAME}.zap ]]
226   then   then
227   # generic zapmost files for a package   # generic zapmost files for a package
228   zapmostfile=${SMAGENAME%/*}/${PNAME}/alx/${PNAME}.zap   zapmostfile=${SMAGENAME%/*}/alx/${PNAME}.zap
229   else   else
230   zapmostfile=""   zapmostfile=""
231   fi   fi

Legend:
Removed from v.882  
changed lines
  Added in v.883