From dc26682c41f0abcabac14ea1647ebc8a1d6d17d0 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 07 Jan 2014 15:02:47 -0500 Subject: build: Fix rm command in installation. This should really fix those opkg errors. --- diff --git a/build b/build index eb1e33c..b6137d8 100755 --- a/build +++ b/build @@ -37,7 +37,7 @@ install: build # Install time zones. for t in $(tables); do \ grep '^Link' src/$${t} | while read type dest src etc; do \ - rm -f "$${p}.data/usr/share/zoneinfo/$${src}"; \ + rm -f "tzdata-$${t}.data/usr/share/zoneinfo/$${src}"; \ if [ x"$${dest}" = x'Etc/UTC' ]; then \ p='tzdata'; \ else \ -- cgit v0.9.1