From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 22 Mar 2004 22:37:29 +0000 Subject: Another pass of .oe cleanups. BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ --- plone/plone_1.0.5.oe | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'plone') diff --git a/plone/plone_1.0.5.oe b/plone/plone_1.0.5.oe index 7a3a8ed359..b0ad6aa245 100644 --- a/plone/plone_1.0.5.oe +++ b/plone/plone_1.0.5.oe @@ -5,7 +5,7 @@ MAINTAINER = "Michael Lauer " RDEPENDS = "libc6 zope" DEPENDS = "virtual/libc" -SRC_URI = ${SOURCEFORGE_MIRROR}/plone/CMFPlone${PV}.tar.gz +SRC_URI = "${SOURCEFORGE_MIRROR}/plone/CMFPlone${PV}.tar.gz" S = "${WORKDIR}/CMFPlone-${PV}" do_install() { @@ -13,5 +13,4 @@ do_install() { cp -a ${S}/* ${D}/usr/lib/python/Products/ } -FILES_${PN}= -FILES_${PN}=/usr/lib/python/Products/ +FILES_${PN} = "/usr/lib/python/Products/" -- cgit v1.2.3