mirror of https://github.com/fltk/fltk
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:
parent
b010bc55c4
commit
a532c2689d
|
@ -5,7 +5,7 @@
|
|||
|
||||
echo "Getting distribution..."
|
||||
|
||||
CVS_RSH=ssh1; export CVS_RSH
|
||||
CVS_RSH=ssh; export CVS_RSH
|
||||
MAINTAINER=easysw
|
||||
|
||||
cd /tmp
|
||||
|
@ -37,7 +37,7 @@ autoconf
|
|||
echo "Removing CVS directories..."
|
||||
|
||||
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
|
||||
|
||||
cd ..
|
||||
|
|
Loading…
Reference in New Issue