mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
DIE EVIL BUG OF DOOM
This commit is contained in:
parent
9e6cc04792
commit
b7d369ec27
@ -164,12 +164,17 @@ def InstallPanda(destdir="", prefix="/usr", outputdir="built"):
|
|||||||
# if ((base != "extensions") and (base != "extensions_native")):
|
# if ((base != "extensions") and (base != "extensions_native")):
|
||||||
# compileall.compile_dir(destdir+prefix+"/share/panda3d/direct/"+base)
|
# compileall.compile_dir(destdir+prefix+"/share/panda3d/direct/"+base)
|
||||||
#compileall.compile_dir(destdir+prefix+"/share/panda3d/Pmw")
|
#compileall.compile_dir(destdir+prefix+"/share/panda3d/Pmw")
|
||||||
DeleteCVS(destdir)
|
|
||||||
DeleteBuildFiles(destdir)
|
DeleteCVS(destdir+prefix+"/share/panda3d")
|
||||||
DeleteEmptyDirs(destdir)
|
DeleteBuildFiles(destdir+prefix+"/share/panda3d")
|
||||||
|
DeleteEmptyDirs(destdir+prefix+"/share/panda3d")
|
||||||
|
DeleteCVS(destdir+prefix+"/include/panda3d")
|
||||||
|
DeleteBuildFiles(destdir+prefix+"/include/panda3d")
|
||||||
|
DeleteEmptyDirs(destdir+prefix+"/include/panda3d")
|
||||||
|
|
||||||
# rpmlint doesn't like this file, for some reason.
|
# rpmlint doesn't like this file, for some reason.
|
||||||
if (os.path.isfile(destdir+prefix+"/share/panda3d/direct/leveleditor/copyfiles.pl")):
|
if (os.path.isfile(destdir+prefix+"/share/panda3d/direct/leveleditor/copyfiles.pl")):
|
||||||
os.remove(destdir+prefix+"/share/panda3d/direct/leveleditor/copyfiles.pl")
|
os.remove(destdir+prefix+"/share/panda3d/direct/leveleditor/copyfiles.pl")
|
||||||
|
|
||||||
def InstallRuntime(destdir="", prefix="/usr", outputdir="built"):
|
def InstallRuntime(destdir="", prefix="/usr", outputdir="built"):
|
||||||
if (not prefix.startswith("/")): prefix = "/" + prefix
|
if (not prefix.startswith("/")): prefix = "/" + prefix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user