diff options
author | erich@mine.nu <erich@mine.nu> | 2004-04-14 16:18:34 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-04-14 16:18:34 +0000 |
commit | 21a49e0b908a2c5dfedbfbf545787023376b7b67 (patch) | |
tree | 59992f3c840843c6ccfa45e4e85ef55f22ba1d48 /plone | |
parent | d7da9bf0d1c2767cdee4e90e7f9f47dc69c1dc01 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into erichv.mine.nu:/home/erich/src/packages
2004/04/12 08:48:15-04:00 mine.nu!erich
set correct ${S} in plone-2.0
BKrev: 407d645avtq61cn70ojoTUG0ZIwZTQ
Diffstat (limited to 'plone')
-rw-r--r-- | plone/plone_2.0.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plone/plone_2.0.0.oe b/plone/plone_2.0.0.oe index 9a9cce2eb3..049992c9d6 100644 --- a/plone/plone_2.0.0.oe +++ b/plone/plone_2.0.0.oe @@ -6,7 +6,7 @@ RDEPENDS = "zope" DEPENDS = "virtual/libc" SRC_URI = "${SOURCEFORGE_MIRROR}/plone/CMFPlone-2.0-final.tar.gz" -S = "${WORKDIR}/CMFPlone-2.0" +S = "${WORKDIR}/CMFPlone-2.0-final" do_install() { install -d ${D}/usr/lib/python/Products/ |