diff options
author | Mike Westerhof <mwester@dls.net> | 2008-06-17 16:54:56 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2008-06-17 16:54:56 +0000 |
commit | 9e91c092f40330291187709d2c70b2a5e360e55d (patch) | |
tree | c6fd69b2af61ac13c8f37ec8763efa2996e90089 /packages/fetchmail/fetchmail_6.3.8.bb | |
parent | b3ed7e14f5a4f6f94a417fa2c8fe54dc9ebe30b2 (diff) |
Fetchmail: Correct packaging oversite
Diffstat (limited to 'packages/fetchmail/fetchmail_6.3.8.bb')
-rw-r--r-- | packages/fetchmail/fetchmail_6.3.8.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/fetchmail/fetchmail_6.3.8.bb b/packages/fetchmail/fetchmail_6.3.8.bb index c3037665c2..9b789aae25 100644 --- a/packages/fetchmail/fetchmail_6.3.8.bb +++ b/packages/fetchmail/fetchmail_6.3.8.bb @@ -6,7 +6,7 @@ SECTION = "console/network" LICENSE = "GPL" -PR = "r1" +PR = "r2" SRC_URI = "${DEBIAN_MIRROR}/main/f/${PN}/${PN}_${PV}.orig.tar.gz \ file://CVE-2007-4565.patch;patch=1 \ @@ -14,7 +14,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/f/${PN}/${PN}_${PV}.orig.tar.gz \ inherit autotools gettext -# Special handling for the fetchmailconf python scripts +FILES_${PN} = "${bindir}/fetchmail" PACKAGES += "${PN}conf" -FILES_${PN}conf = "${libdir}/python2.5/site-packages/fetchmailconf.py*" +FILES_${PN}conf = "${libdir}/python2.5/site-packages/fetchmailconf.py* ${bindir}/fetchmailconf" rdepends_${PN}conf = "${PN}" |