summaryrefslogtreecommitdiff
path: root/app-portage/sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch')
-rw-r--r--app-portage/sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-portage/sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch b/app-portage/sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch
deleted file mode 100644
index 7bc66024..00000000
--- a/app-portage/sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/helpers/make_local_csv b/src/helpers/make_local_csv
-index 91e00bb..50e704b 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/\:/\,/" -re "s/-([0-9])/,\1/" >> /tmp/localPackagesPre.csv
- mv /tmp/localPackagesPre.csv /var/lib/sisyphus/csv/
- }
-