summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2017-07-21 08:49:06 +0100
committerWill Thompson <will@willthompson.co.uk>2017-07-21 10:17:51 +0100
commitf7b68e8a4a1de3ca4b0b721fd82e5df0d27f3347 (patch)
tree7a0d38b54f7d84310728282ac091b00ee1b0ae62
parent522f03958ac20e5795dd6cf45de70227c6c0573a (diff)
flatpak: don't run gtk-update-icon-cache
DESTDIR is there for the benefit of packagers, who also don't want to run this, so it's not an abuse to use it.
-rw-r--r--org.freedesktop.Bustle.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.freedesktop.Bustle.json b/org.freedesktop.Bustle.json
index c98c757..530bb36 100644
--- a/org.freedesktop.Bustle.json
+++ b/org.freedesktop.Bustle.json
@@ -228,7 +228,7 @@
],
"buildsystem": "simple",
"build-commands": [
- "make install PREFIX=/app",
+ "make install PREFIX=/app DESTDIR=/",
"cabal install --prefix=/app --flags=-hgettext"
]
}