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 \