On 08:35 Thu 20 Sep , Christian Zoffoli (xmerlin) wrote: > xmerlin 07/09/20 08:35:22 > > Modified: ChangeLog > Added: drbd-8.0.6.ebuild > Log: > Version Bump. > (Portage version: 2.1.2.2)
> 1.1 sys-cluster/drbd/drbd-8.0.6.ebuild > > file : > http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/drbd/drbd-8.0.6.ebuild?rev=1.1&view=markup > plain: > http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/drbd/drbd-8.0.6.ebuild?rev=1.1&content-type=text/plain > pkg_setup() { > linux-mod_pkg_setup > } You're just doing the default here. > cd ${S} > cp -R /usr/src/linux-${KV} ${WORKDIR} > emake -j1 KDIR=/${WORKDIR}/linux-${KV} O=${KBUILD_OUTPUT} || > die "compile problem" > src_install() { > emake PREFIX=${D} install || die "install problem" > rm -f ${D}/etc/drbd.conf Might want to quote S, WORKDIR and D, to allow for spaces. Thanks, Donnie -- [EMAIL PROTECTED] mailing list