diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-05-06 20:27:07 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-05-06 20:27:07 +0100 |
commit | 9529e79c408763cf173a1fdf31d607f8c0a4dcf0 (patch) | |
tree | 094aec7174d8bb5ab3697407155afd2f7dbbdefa | |
parent | b6aeada044ccfcd56cb3959216cf0870893982d6 (diff) |
fix patch
-rw-r--r-- | app-portage/sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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/ } |