From: S.Çağlar Onur Date: Wed, 8 Dec 2010 17:22:59 +0000 (-0500) Subject: typo X-Git-Tag: linux-2.6-32-1~1 X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=commitdiff_plain;h=e0843e77e145b6ed5afb67fa16aaa0f6e491f0de typo --- diff --git a/Makefile b/Makefile index 354d00c7f..5170a8448 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ srpm: sources cat config-planetlab >> config-generic ; \ cat config-workarounds >> config-generic ; \ sed -i -e s,CONFIG_IPV6=m,CONFIG_IPV6=y, config-generic ;\ - sed -e -e s,CONFIG_MODULE_SIG=y,CONFIG_MODULE_SIG=n, config-generic-rhel) + sed -i -e s,CONFIG_MODULE_SIG=y,CONFIG_MODULE_SIG=n, config-generic-rhel) ./rpmmacros.sh export HOME=$(shell pwd) ; rpmbuild $(RPMDIRDEFS) $(RPMDEFS) --nodeps -bs $(SPECFILE)