From 4698cc422b1be1cbc168b60dc34c48f539201dc4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Tue, 27 Apr 2010 18:40:36 +0000 Subject: [PATCH] ops --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.43.0