Magellan Linux

Diff of /smage/trunk/include/alx-split.sminc

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

revision 6979 by niro, Thu Jul 30 15:49:15 2015 UTC revision 6984 by niro, Thu Jul 30 16:11:30 2015 UTC
# Line 6  sminclude alx cleanutils Line 6  sminclude alx cleanutils
6  # global split defines  # global split defines
7  : ${SPLIT_PACKAGES="${PNAME} ${PNAME}-dev"}  : ${SPLIT_PACKAGES="${PNAME} ${PNAME}-dev"}
8    
9    # honor empty SDEPEND
10    if [[ ! -z ${ALX_DEV_DEPEND} ]] && [[ -z ${SDEPEND} ]]
11    then
12     SDEPEND="${ALX_DEV_DEPEND}"
13    fi
14    
15  # some basics defines:  # some basics defines:
16    
17  # zap in normal packages  # zap in normal packages
# Line 102  then Line 108  then
108   if [[ ! -z $(typeset -f src_install) ]]   if [[ ! -z $(typeset -f src_install) ]]
109   then   then
110   # rename the old one   # rename the old one
111   old_alx_src_install=old$(typeset -f src_install)   old_alx_src_install=old_alx_$(typeset -f src_install)
112   eval "${old_alx_src_install}"   eval "${old_alx_src_install}"
113    
114   alx_generic_src_install()   alx_generic_src_install()

Legend:
Removed from v.6979  
changed lines
  Added in v.6984