diff options
Diffstat (limited to 'recipes/nylon/nylon-statistics.bb')
-rw-r--r-- | recipes/nylon/nylon-statistics.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/nylon/nylon-statistics.bb b/recipes/nylon/nylon-statistics.bb index 91527ac297..abed00596d 100644 --- a/recipes/nylon/nylon-statistics.bb +++ b/recipes/nylon/nylon-statistics.bb @@ -10,7 +10,7 @@ PR = "r1" SRC_URI = "http://download.berlin.freifunk.net/meshcube.org/nylon/stable/sources/${PN}_gruen.4g__${SRCDATE}.tar.gz" S = "${WORKDIR}/${PN}" -INHIBIT_PACKAGE_STRIP = "1" +PACKAGE_STRIP = "no" do_install() { install -d ${D}/srv/www/cgi-bin |