summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2008-09-25 20:37:13 +0000
committerThomas Sachau <tommy@gentoo.org>2008-09-25 20:37:13 +0000
commit48433424e7896d9e266fbb55b262c37c258aafaf (patch)
tree2e066054b172e93f281384d63d2dc56b9bd5170d /sys-fs/aufs/aufs-20080422.ebuild
parentmedia-tv/em28xx-new: new snapshot (diff)
downloadsunrise-48433424e7896d9e266fbb55b262c37c258aafaf.tar.gz
sunrise-48433424e7896d9e266fbb55b262c37c258aafaf.tar.bz2
sunrise-48433424e7896d9e266fbb55b262c37c258aafaf.zip
sys-fs/aufs: Hopefully fix sec_perm check
svn path=/sunrise/; revision=7154
Diffstat (limited to 'sys-fs/aufs/aufs-20080422.ebuild')
-rw-r--r--sys-fs/aufs/aufs-20080422.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/aufs/aufs-20080422.ebuild b/sys-fs/aufs/aufs-20080422.ebuild
index 5c28445f3..96112b2a7 100644
--- a/sys-fs/aufs/aufs-20080422.ebuild
+++ b/sys-fs/aufs/aufs-20080422.ebuild
@@ -33,7 +33,7 @@ pkg_setup() {
fi
# make sure the user is allowing this to happen
- if [[ APPLY_SEC_PERM_PATCH="y" ]] ; then
+ if [[ APPLY_SEC_PERM_PATCH = "y" ]] ; then
eerror "${PN} requires that all kernels with CONFIG_SECURITY enabled >= 2.6.24"
eerror "be patched. Please enable visit ${HOMEPAGE} and read"
eerror "about the sec_perm patch to enable ${PN} support."