diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-07 17:38:25 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-07 17:38:25 -0500 |
commit | 42748d6a51c274bc438033d3e86bf294f35a0416 (patch) | |
tree | 403b33fd05ac22f2585fdfb349cc7b493493ae7e /scripts | |
parent | Grsec/PaX: 2.9.1-3.6.6-201211051957 (diff) | |
download | hardened-patchset-42748d6a51c274bc438033d3e86bf294f35a0416.tar.gz hardened-patchset-42748d6a51c274bc438033d3e86bf294f35a0416.tar.bz2 hardened-patchset-42748d6a51c274bc438033d3e86bf294f35a0416.zip |
Fix directory name for 3.6.6
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mk.patch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk.patch.sh b/scripts/mk.patch.sh index 0086237..ed7f465 100755 --- a/scripts/mk.patch.sh +++ b/scripts/mk.patch.sh @@ -5,7 +5,7 @@ KERNEL_VER="${1%/}" HGPV_PATCH="${2}" TAR="/bin/tar" GPG="/usr/bin/gpg" -SIGNAS="basile" +SIGNAS="F52D4BBA" ################################################################################ |