I am stupid

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@264 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2007-04-03 15:14:02 +00:00
parent 0f5fa34a15
commit e3c8f0caa9

View File

@@ -640,7 +640,7 @@ def smartgenerator(atom):
f.flush()
f.close()
# now compile
os.system("cd "+pkgtmpdir+"/ ; g++ -Wall "+file+".cc -o "file+".exe")
os.system("cd "+pkgtmpdir+"/ ; g++ -Wall "+file+".cc -o "+file+".exe")
os.remove(pkgtmpdir+"/"+file+".cc")
# now compress in .tar.bz2 and place in etpConst['smartappsdir']