diff options
Diffstat (limited to 'packages/nylon/nylon-statistics.bb')
-rw-r--r-- | packages/nylon/nylon-statistics.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/packages/nylon/nylon-statistics.bb b/packages/nylon/nylon-statistics.bb index e93749e7f2..1840f4fc53 100644 --- a/packages/nylon/nylon-statistics.bb +++ b/packages/nylon/nylon-statistics.bb @@ -5,15 +5,16 @@ PRIORITY = "optional" MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>" LICENSE = "GPLv2" PV = "cvs${CVSDATE}" +PR = "r1" SRC_URI = "svn://meshcube.org/svn/application;module=${PN};proto=http" S = "${WORKDIR}/${PN}" do_install() { - install -d ${D}srv/www/cgi-bin + install -d ${D}/srv/www/cgi-bin install -d ${D}${sbindir} - ln -s /var/tmp ${D}srv/www/rrd-img - install -m 755 ${S}/*.html ${D}srv/www/cgi-bin + ln -s /var/tmp ${D}/srv/www/rrd-img + install -m 755 ${S}/*.html ${D}/srv/www/cgi-bin install -m 755 ${S}/collect.sh ${D}${sbindir} } @@ -35,4 +36,4 @@ else fi } -FILES_${PN} += "/srv"
\ No newline at end of file +FILES_${PN} += "/srv" |