aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Hasenack <andreas@mandriva.com>2008-01-11 17:28:44 +0000
committerAndreas Hasenack <andreas@mandriva.com>2008-01-11 17:28:44 +0000
commit9e6ab1a4418445efa4081065080c59e4ab7b1ae7 (patch)
treed7cc25659fdd295529e194eb4bacaa2726cd8241
parent0875c70ba80f64e6e278c2d39ad1e8ac2df582e5 (diff)
downloadmsec-9e6ab1a4418445efa4081065080c59e4ab7b1ae7.tar
msec-9e6ab1a4418445efa4081065080c59e4ab7b1ae7.tar.gz
msec-9e6ab1a4418445efa4081065080c59e4ab7b1ae7.tar.bz2
msec-9e6ab1a4418445efa4081065080c59e4ab7b1ae7.tar.xz
msec-9e6ab1a4418445efa4081065080c59e4ab7b1ae7.zip
- typo fix in makefilev0.50.4
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 293aa6b..0e1d23f 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ changelog:
export:
rm -fr $(PACKAGE)-$(VERSION)
- svn export `svn info | grep '^URL' | awk '{print $2}'` $(PACKAGE)-$(VERSION)
+ svn export `svn info | grep '^URL' | awk '{print $$2}'` $(PACKAGE)-$(VERSION)
svntag:
svn cp -m 'version $(VERSION)' $(SVNPATH)/trunk $(SVNPATH)/tags/v$(VERSION)