moin: no longer needs install hack
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sat, 28 Feb 2009 01:42:49 +0000 (02:42 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sat, 28 Feb 2009 01:42:49 +0000 (02:42 +0100)
packages/moin/moin_1.8.1.bb

index 427455d..1e50a73 100644 (file)
@@ -1,15 +1,12 @@
 DESCRIPTION = "A full fledged WikiWiki system written in Python"
 LICENSE = "GPL"
 SECTION = "network"
-HOMEPAGE = "http://moinmoin.wikiwikiweb.de/"
+HOMEPAGE = "http://moinmoin.wikiwikiweb.de"
 PRIORITY = "optional"
-PR = "ml0"
+PR = "ml1"
 
 SRC_URI = "http://static.moinmo.in/files/moin-${PV}.tar.gz"
 
 inherit distutils
 
-do_install_append() {
-       mv -f ${D}${datadir}/share/* ${D}${datadir}/
-}
-
+FILES_${PN} += "${datadir}"