From e3c8f0caa9536c7f062d72e045ddaf422ffab95a Mon Sep 17 00:00:00 2001 From: lxnay Date: Tue, 3 Apr 2007 15:14:02 +0000 Subject: [PATCH] I am stupid git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@264 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/reagentTools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/reagentTools.py b/libraries/reagentTools.py index 5729b5696..53ab2f624 100644 --- a/libraries/reagentTools.py +++ b/libraries/reagentTools.py @@ -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']