From 8fc15deab67bdb2853f7c28001ce402e52129a4f Mon Sep 17 00:00:00 2001 From: Jim Date: Thu, 16 Apr 2015 08:11:28 -0700 Subject: [PATCH] add chmod command for BuildFactory needed since we now use rdef files for attributes. --- yab-IDE/BuildFactory/BuildFactory.yab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yab-IDE/BuildFactory/BuildFactory.yab b/yab-IDE/BuildFactory/BuildFactory.yab index 275caa9..94bbddb 100755 --- a/yab-IDE/BuildFactory/BuildFactory.yab +++ b/yab-IDE/BuildFactory/BuildFactory.yab @@ -98,7 +98,7 @@ RmErr = RemoveTemp() system ("RdefApply parts/YAB.bf.rdef "+Output_file$) system ("addattr -t mime BEOS:APP_SIG "+appsig$+" "+Output_file$) system ("addattr -t mime BEOS:TYPE application/x-vnd.be-elfexecutable "+Output_file$) - +system ("chmod a+x "+Output_file$) // check if the BuildFactory was envoked by the yab-ide. // if so, copy the output file to the inmputfile's directory and open the directory.