[gentoo-x86] / sys-apps / baselayout / baselayout-2.0.0.ebuild Project Root:

GentooDiff of /sys-apps/baselayout/baselayout-2.0.0.ebuild

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph

version 1.4, Sat Apr 19 06:22:52 2008 UTC version 1.5, Sat May 10 10:03:38 2008 UTC
Line 49 
Line 49 
                         ln -s "${lib}" "${ROOT}usr/local/lib"                          ln -s "${lib}" "${ROOT}usr/local/lib"
                 fi                  fi
   
                 emake -C "${T}" $(make_opts) DESTDIR="${ROOT}" layout || die "failed to layout filesystem"                  emake -C "${D}/usr/share/${PN}" DESTDIR="${ROOT}" layout || die "failed to layout filesystem"
         fi          fi
           rm -f "${D}"/usr/share/${PN}/Makefile
 }  }
   
 src_install() {  src_install() {
Line 64 
Line 65 
                 install || die                  install || die
         dodoc ChangeLog          dodoc ChangeLog
   
           # need the makefile in pkg_preinst
           insinto /usr/share/${PN}
           doins Makefile || die
   
         # Should this belong in another ebuild? Like say binutils?          # Should this belong in another ebuild? Like say binutils?
         # List all the multilib libdirs in /etc/env/04multilib (only if they're          # List all the multilib libdirs in /etc/env/04multilib (only if they're
         # actually different from the normal          # actually different from the normal

Generate output suitable for use with a patch program
Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

www@gentoo.org

Powered by ViewCVS 1.0_pre20050929

ViewCVS and CVS Help