summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin F. Quinn <kevquinn@gentoo.org>2006-12-30 10:30:18 +0000
committerKevin F. Quinn <kevquinn@gentoo.org>2006-12-30 10:30:18 +0000
commitbc9e20b6e84c7b6bfce0baf37cad9b85391a4fba (patch)
tree7719a6cde994ce1710952412715a73da5437ef6a
parentAlign with current CVS, remove old (commented-out) junk. (diff)
downloadkevquinn-bc9e20b6e84c7b6bfce0baf37cad9b85391a4fba.tar.gz
kevquinn-bc9e20b6e84c7b6bfce0baf37cad9b85391a4fba.tar.bz2
kevquinn-bc9e20b6e84c7b6bfce0baf37cad9b85391a4fba.zip
Fix stupid sed invocation error
svn path=/; revision=140
-rw-r--r--hardened/toolchain/branches/gcc-glibc-nopie/sys-libs/glibc/glibc-2.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardened/toolchain/branches/gcc-glibc-nopie/sys-libs/glibc/glibc-2.5.ebuild b/hardened/toolchain/branches/gcc-glibc-nopie/sys-libs/glibc/glibc-2.5.ebuild
index 86efbc3..0b37c75 100644
--- a/hardened/toolchain/branches/gcc-glibc-nopie/sys-libs/glibc/glibc-2.5.ebuild
+++ b/hardened/toolchain/branches/gcc-glibc-nopie/sys-libs/glibc/glibc-2.5.ebuild
@@ -236,7 +236,7 @@ toolchain-glibc_src_unpack() {
fi
# Build nscd with ssp-all
- sed -e -i 's:-fstack-protector$:-fstack-protector-all:' ${S}/nscd/Makefile
+ sed -i -e 's:-fstack-protector$:-fstack-protector-all:' ${S}/nscd/Makefile
fi
gnuconfig_update