From 036c395609571311c3fdf0d0a460bc1bec208af6b78a5a5849bd2f4b3609d549 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 7 Feb 2016 08:22:08 +0000 Subject: [PATCH] Accepting request 358043 from GNOME:Factory - openSUSE-appstream-process: fix very stupid typo. 4 eyes is not enough. OBS-URL: https://build.opensuse.org/request/show/358043 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=26 --- appstream-glib.changes | 6 ++++++ openSUSE-appstream-process | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/appstream-glib.changes b/appstream-glib.changes index 0abf2c0..425d29b 100644 --- a/appstream-glib.changes +++ b/appstream-glib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Feb 6 13:10:23 UTC 2016 - dimstar@opensuse.org + +- openSUSE-appstream-process: fix very stupid typo. 4 eyes is not + enough. + ------------------------------------------------------------------- Fri Jan 29 16:02:58 UTC 2016 - dimstar@opensuse.org diff --git a/openSUSE-appstream-process b/openSUSE-appstream-process index 8da188c..6db802c 100644 --- a/openSUSE-appstream-process +++ b/openSUSE-appstream-process @@ -7,7 +7,7 @@ URL=https://static.opensuse.org/appstream/tumbleweed # Users interested in them can always produce them locally out of the appdata.xml.gz file HTMLOUT=no -TMDIR=$(mktemp -d) +TMPDIR=$(mktemp -d) /usr/bin/appstream-builder \ --enable-hidpi \