From 607a5b0c8967db3fba756c4cd9b5272ccc32162f Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 12 Dec 2011 19:21:18 -0500 Subject: scripts/mk.patch.sh: fix script to name patchset tarball xtpax-patches --- .gitignore | 3 ++- scripts/mk.patch.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d7c48be..777fe79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -hardened*patches* +hardened* +xtpax* grsecurity-* diff --git a/scripts/mk.patch.sh b/scripts/mk.patch.sh index bc630e4..e772967 100755 --- a/scripts/mk.patch.sh +++ b/scripts/mk.patch.sh @@ -25,7 +25,7 @@ sanity() { sanity HGPV="${KERNEL_VER}-${HGPV_PATCH}" -HGPV_TARBALL="hardened-xtpax-patches-${HGPV}.extras.tar.bz2" +HGPV_TARBALL="xtpax-patches-${HGPV}.extras.tar.bz2" $TAR jcvf ${HGPV_TARBALL} ${KERNEL_VER} -- cgit v1.2.3-65-gdbad