mirror of
https://github.com/fltk/fltk.git
synced 2026-05-27 19:10:24 +08:00
Update source distribution script (shouldn't use ssh1)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2180 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
echo "Getting distribution..."
|
echo "Getting distribution..."
|
||||||
|
|
||||||
CVS_RSH=ssh1; export CVS_RSH
|
CVS_RSH=ssh; export CVS_RSH
|
||||||
MAINTAINER=easysw
|
MAINTAINER=easysw
|
||||||
|
|
||||||
cd /tmp
|
cd /tmp
|
||||||
@@ -37,7 +37,7 @@ autoconf
|
|||||||
echo "Removing CVS directories..."
|
echo "Removing CVS directories..."
|
||||||
|
|
||||||
rm -rf CVS */CVS */*/CVS
|
rm -rf CVS */CVS */*/CVS
|
||||||
rm -rf OpenGL bc5 config forms gl glut images packages themes
|
rm -rf OpenGL bc5 borlandc config forms gl glut images packages themes
|
||||||
rm makesrcdist
|
rm makesrcdist
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
Reference in New Issue
Block a user