summarylogtreecommitdiffstats
path: root/modify_path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'modify_path.patch')
-rw-r--r--modify_path.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/modify_path.patch b/modify_path.patch
index 47a8e035f524..bac89f740501 100644
--- a/modify_path.patch
+++ b/modify_path.patch
@@ -27,7 +27,7 @@ diff -Naur a/program/functions.py b/program/functions.py
if contents:
for each in contents.split('\n'):
- defaultExcludes.append( '/var/cache/apt/archives/' + each )
-+ defaultExcludes.append( '/var/cache/pacman/pkg' + each )
++ defaultExcludes.append( '/var/cache/pacman/pkg/' + each )
# /var/cache/apt/archives/partial/*
- contents = commands.getoutput( 'ls /var/cache/apt/archives/partial/' )