Magellan Linux

Diff of /smage/trunk/extras/gdk-pixbuf/gdk-pixbuf-2.22.1-r1.smage2

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

revision 1695 by niro, Fri Apr 8 10:18:32 2011 UTC revision 1696 by niro, Fri Apr 8 10:19:52 2011 UTC
# Line 66  src_compile() Line 66  src_compile()
66   mmake || die   mmake || die
67  }  }
68    
69    src_install()
70    {
71     mmake DESTDIR=${BINDIR} install || die
72    
73     if [[ ${ARCH} = x86_64 ]]
74     then
75     mlink multiarch-wrapper /usr/bin/gdk-pixbuf-query-loaders || die
76     fi
77    }
78    
79  postinstall()  postinstall()
80  {  {
81   if [[ -z ${MROOT} ]] ||  [[ ${MROOT} = / ]]   if [[ -z ${MROOT} ]] ||  [[ ${MROOT} = / ]]

Legend:
Removed from v.1695  
changed lines
  Added in v.1696