summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2017-10-10 21:33:12 -0400
committerTed Alff2017-10-10 21:33:12 -0400
commitef3d139fd31b8dfc6cee2a6ab99e2e17971b272e (patch)
treef17ba26b579ef7b65080a8f084c53def2922f0d2 /PKGBUILD
parent97f33daa900dfa9861b52bd004fb7d0ea5ad9027 (diff)
downloadaur-ef3d139fd31b8dfc6cee2a6ab99e2e17971b272e.tar.gz
initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa3a975f715d..6bfe566ac98c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,9 +15,9 @@ sha256sums=('983dfb9821d4a3b2350fb062578350f54cc81485f985dad7364d96fb4df99f0e')
prepare() {
cd "${_pkgname}-${pkgver}"
- # Don't install to /opt and install locales to correct directory
+ # Don't install to ubuntu- directory
find . -type f -exec sed -i 's:ubuntu-indicator-weather:simple-weather-indicator:g' '{}' \;
-
+ # python2 fix
sed -i 's:exec python:&2:' indicator-weather
}