From 04f2c0f8ccc7cf5e3e68acf25838be868b61412d Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Mon, 18 Jun 2007 22:41:10 +0000 Subject: [PATCH] Minor fix --- doc/makepanda/maketarball.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/makepanda/maketarball.py b/doc/makepanda/maketarball.py index 194d8e2f1f..a02b269b91 100755 --- a/doc/makepanda/maketarball.py +++ b/doc/makepanda/maketarball.py @@ -10,13 +10,6 @@ ## The source tarball contains most of what is in CVS, but some of the ## control files (like the CVS directories themselves) are stripped out. ## -## The source tarball contains an rpmbuild 'spec' file so that you can -## easily build a binary RPM: rpmbuild -tb panda3d-version.tar.GZ -## -## The 'spec' file included in the tarball uses the 'makepanda' build -## system to compile panda. -## -## ######################################################################## import sys,os,time,stat,string,re,getopt,cPickle @@ -103,7 +96,6 @@ oscmd("ln -sf ../doc "+TARDIR+"/doc") oscmd("ln -sf ../makepanda "+TARDIR+"/makepanda") oscmd("ln -sf ../../thirdparty/linux-libs-a "+TARDIR+"/thirdparty/linux-libs-a") oscmd("ln -sf ../../thirdparty/Pmw "+TARDIR+"/thirdparty/Pmw") -writefile(TARDIR+'/panda3d.spec',SPEC) oscmd("tar --exclude CVS -chzf "+TARDIR+".tar.gz "+TARDIR) oscmd("rm -rf "+TARDIR)