diff options
author | Tim Biermann <tbier@posteo.de> | 2022-05-27 13:53:52 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-05-27 14:04:27 +0200 |
commit | adbdf336e8c8d70e4f21d1c0bbf136904cdb97c1 (patch) | |
tree | 5e3b4de7556be524cba67ffe0e4bac3eb69529c5 /lsb-release | |
parent | a7ff1af87688c162463e9a933192fa0320be953e (diff) | |
download | contrib-adbdf336e8c8d70e4f21d1c0bbf136904cdb97c1.tar.gz contrib-adbdf336e8c8d70e4f21d1c0bbf136904cdb97c1.tar.xz |
lsb-release: cleaning up
Diffstat (limited to 'lsb-release')
-rw-r--r-- | lsb-release/lsb_release_description.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lsb-release/lsb_release_description.patch b/lsb-release/lsb_release_description.patch deleted file mode 100644 index d46835b97..000000000 --- a/lsb-release/lsb_release_description.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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" |