From b6aeada044ccfcd56cb3959216cf0870893982d6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 6 May 2018 20:13:48 +0100 Subject: app-portage/sisyphus : revision bump --- .../files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app-portage/sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch (limited to 'app-portage/sisyphus/files') diff --git a/app-portage/sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch b/app-portage/sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch new file mode 100644 index 00000000..4f65edbb --- /dev/null +++ b/app-portage/sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch @@ -0,0 +1,13 @@ +diff --git a/src/helpers/make_local_csv b/src/helpers/make_local_csv +index 91e00bb..fadc41e 100755 +--- a/src/helpers/make_local_csv ++++ b/src/helpers/make_local_csv +@@ -1,7 +1,7 @@ + #!/usr/bin/env bash + + makecsv() { +- qlist -ICScv|sed -e "s/\//\,/" -e "s/[\t ]/\,/" -e "s/\:/\,/" >> /tmp/localPackagesPre.csv ++ qlist -ICSv|sed -e "s/\//\,/" -e "s/[\t ]/\,/" -e "s/\:/\,/" >> /tmp/localPackagesPre.csv + mv /tmp/localPackagesPre.csv /var/lib/sisyphus/csv/ + } + -- cgit v1.2.3