summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/aufs/aufs-20070212.ebuild')
-rw-r--r--sys-fs/aufs/aufs-20070212.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-fs/aufs/aufs-20070212.ebuild b/sys-fs/aufs/aufs-20070212.ebuild
index 3c302532b..77b1f9447 100644
--- a/sys-fs/aufs/aufs-20070212.ebuild
+++ b/sys-fs/aufs/aufs-20070212.ebuild
@@ -23,7 +23,7 @@ check_patch() {
# Check if ksize Patch has to be applied
if use ksize ; then
APPLY_KSIZE_PATCH="n"
- # If ksize patch is not applied
+ # If ksize patch is not applied
if ! grep -qs "EXPORT_SYMBOL(ksize);" "${KV_DIR}/mm/slab.c" ; then
APPLY_KSIZE_PATCH="y"
fi
@@ -115,7 +115,6 @@ pkg_prerm() {
built_with_use -o =${CATEGORY}/${PF} ksize nfs && DO_CHECK="y"
}
-
pkg_postrm() {
# Tell the user that his kernel has already been patched
if [[ DO_CHECK == "y" ]] ; then