From 9d4b7ae8a306cfd60544d50922813fb28e6c5446 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 26 Nov 2013 12:55:16 -0200 Subject: lsb-release-1.4-14: fix #37900 => https://bugs.archlinux.org/task/37900 --- libre/lsb-release/lsb_release_description.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libre/lsb-release/lsb_release_description.patch (limited to 'libre/lsb-release/lsb_release_description.patch') diff --git a/libre/lsb-release/lsb_release_description.patch b/libre/lsb-release/lsb_release_description.patch new file mode 100644 index 000000000..d46835b97 --- /dev/null +++ b/libre/lsb-release/lsb_release_description.patch @@ -0,0 +1,11 @@ +--- lsb_release.orig 2012-11-13 05:12:02.000000000 -0800 ++++ lsb_release 2013-11-24 17:13:55.943608718 -0800 +@@ -216,7 +216,7 @@ + TMP_DISTRIB_DESC=$DISTRIB_DESCRIPTION + fi + +- if [ -z "$TMP_DISTRIB_DESC" ] # head or lsb-release init ++ if [ -z "$DISTRIB_DESCRIPTION" ] # head or lsb-release init + then # file contains no data + DISTRIB_DESCRIPTION=$MSG_NONE + NO="y" -- cgit v1.2.3