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 6981 by niro, Thu Jul 30 15:53:32 2015 UTC
# Line 102  then Line 102  then
102   if [[ ! -z $(typeset -f src_install) ]]   if [[ ! -z $(typeset -f src_install) ]]
103   then   then
104   # rename the old one   # rename the old one
105   old_alx_src_install=old$(typeset -f src_install)   old_alx_src_install=old_alx_$(typeset -f src_install)
106   eval "${old_alx_src_install}"   eval "${old_alx_src_install}"
107    
108   alx_generic_src_install()   alx_generic_src_install()

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