Magellan Linux

Diff of /smage/branches/alx-0_6_0/core/ncurses/ncurses-5.8-r1.smage2

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

revision 1787 by niro, Tue Apr 12 12:36:06 2011 UTC revision 1788 by niro, Tue Apr 12 12:37:10 2011 UTC
# Line 130  src_install() Line 130  src_install()
130   # do not collide with busybox   # do not collide with busybox
131   local app   local app
132   for app in /usr/bin/clear /usr/bin/reset   for app in /usr/bin/clear /usr/bin/reset
133   if [[ -e ${BINDIR}${app} ]]   do
134   then   if [[ -e ${BINDIR}${app} ]]
135   rm -f ${BINDIR}${app} || die ${app}   then
136   fi   rm -f ${BINDIR}${app} || die ${app}
137     fi
138     done
139  }  }
140    
141  preinstall()  preinstall()

Legend:
Removed from v.1787  
changed lines
  Added in v.1788