I am stupid
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@264 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user