From 9529e79c408763cf173a1fdf31d607f8c0a4dcf0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 6 May 2018 20:27:07 +0100 Subject: fix patch --- .../sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-portage/sisyphus') diff --git a/app-portage/sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch b/app-portage/sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch index 4f65edbb..7bc66024 100644 --- a/app-portage/sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch +++ b/app-portage/sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch @@ -1,5 +1,5 @@ diff --git a/src/helpers/make_local_csv b/src/helpers/make_local_csv -index 91e00bb..fadc41e 100755 +index 91e00bb..50e704b 100755 --- a/src/helpers/make_local_csv +++ b/src/helpers/make_local_csv @@ -1,7 +1,7 @@ @@ -7,7 +7,7 @@ index 91e00bb..fadc41e 100755 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 ++ qlist -ICSv|sed -e "s/\//\,/" -e "s/[\t ]/\,/" -e "s/\:/\,/" -re "s/-([0-9])/,\1/" >> /tmp/localPackagesPre.csv mv /tmp/localPackagesPre.csv /var/lib/sisyphus/csv/ } -- cgit v1.2.3