Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2000-01-23 16:32:08 +0300
committerJesse Vincent <jesse@bestpractical.com>2000-01-23 16:32:08 +0300
commit6d940b336f9836afb86196387250457dadc75e2d (patch)
treedf4cb34865090c42eff46d6345483f895ed06603
parent581a2c893b5e9f3399939fdcf61414b2ef1ba998 (diff)
*** empty log message ***rt-1.1.5
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 79e090a13c..cf8b2c1b76 100755
--- a/Makefile
+++ b/Makefile
@@ -311,7 +311,7 @@ commit:
predist: commit
cvs tag -F $(TAG)
rm -rf /tmp/$(TAG)
- cvs export -D now -d /tmp/$(TAG) -r $(TAG) rt
+ cvs export -D now -d /tmp/$(TAG) -r rt-1-1 rt
cd /tmp; tar czvf /home/ftp/pub/rt/devel/$(TAG).tar.gz $(TAG)/
chmod 644 /home/ftp/pub/rt/devel/$(TAG).tar.gz