summaryrefslogtreecommitdiff
path: root/update-kernel-config
diff options
context:
space:
mode:
Diffstat (limited to 'update-kernel-config')
-rwxr-xr-xupdate-kernel-config4
1 files changed, 2 insertions, 2 deletions
diff --git a/update-kernel-config b/update-kernel-config
index df52d67..6b6f074 100755
--- a/update-kernel-config
+++ b/update-kernel-config
@@ -19,7 +19,7 @@ diff=$(
T
p
'
- )" "/usr/src/github/archlinux32/packages/$1/$2/config-i686"
+ )" "/usr/src/github/archlinux32/packages/$1/$2/config"
printf '%s\n' "${diff}" | \
sed -n '
s/^+//
@@ -27,4 +27,4 @@ diff=$(
p
'
} | \
- sponge "/usr/src/github/archlinux32/packages/$1/$2/config-i686"
+ sponge "/usr/src/github/archlinux32/packages/$1/$2/config"