summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb')
-rw-r--r--meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb b/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb
index 9a0292eacc..e4dc9dee47 100644
--- a/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb
+++ b/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb
@@ -28,6 +28,6 @@ inherit autotools
28do_install:append() { 28do_install:append() {
29 install -d ${D}/${sysconfdir} 29 install -d ${D}/${sysconfdir}
30 install -d ${D}/${sysconfdir}/cron.d 30 install -d ${D}/${sysconfdir}/cron.d
31 install ${WORKDIR}/GeoIP.conf ${D}/${sysconfdir}/ 31 install ${UNPACKDIR}/GeoIP.conf ${D}/${sysconfdir}/
32 install ${WORKDIR}/geoipupdate.cron ${D}/${sysconfdir}/cron.d/ 32 install ${UNPACKDIR}/geoipupdate.cron ${D}/${sysconfdir}/cron.d/
33} 33}