Magellan Linux

Diff of /smage/trunk/core/openssl/alx/openssl.custom

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

revision 1483 by niro, Tue Aug 4 09:26:32 2009 UTC revision 1484 by niro, Tue Dec 29 19:53:55 2009 UTC
# Line 4  Line 4 
4  # remove openssl-compat dep; not needed on alx  # remove openssl-compat dep; not needed on alx
5  DEPEND=$(echo "${DEPEND}" | sed '/dev-libs\/openssl-compat/d')  DEPEND=$(echo "${DEPEND}" | sed '/dev-libs\/openssl-compat/d')
6    
7    # remove sed
8    DEPEND=$(echo "${DEPEND}" | sed '/sys-apps\/sed/d')
9    
10  # rename old functions  # rename old functions
11  if [[ ! -z $(typeset -f preinstall) ]]  if [[ ! -z $(typeset -f preinstall) ]]
12  then  then

Legend:
Removed from v.1483  
changed lines
  Added in v.1484