From: S.Çağlar Onur Date: Tue, 27 Apr 2010 18:40:36 +0000 (+0000) Subject: ops X-Git-Tag: linux-2.6-32-0~37 X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=commitdiff_plain;h=4698cc422b1be1cbc168b60dc34c48f539201dc4 ops --- diff --git a/Makefile b/Makefile index 30a24ab3f..30594e80b 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ trees: sources srpm: sources mkdir -p SOURCES SRPMS (cd SOURCES; rpm2cpio ../$(SOURCE_RPM) | cpio -diu; \ - cp ../$(notdir $(SPECFILE)) . ; cp ../Makefile.config . ; cp ../config-vserver . ; \ + cp ../$(notdir $(SPECFILE)) . ; cp ../config-vserver . ; \ for downloaded in $(SOURCEFILES) ; do cp ../$$downloaded . ; done ; \ cat config-vserver >> config-generic ; \ sed -i -e s,CONFIG_IPV6=m,CONFIG_IPV6=y, config-generic)