forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
14 lines
533 B
Ada
14 lines
533 B
Ada
FSF GNAT 4.9 doesn't have the mode setting capability in Set_Executable
|
|
procedure. At least GPRBuild 2012 didn't use it.
|
|
|
|
--- src/gprinstall-install.adb.orig 2014-04-17 09:50:17.000000000 +0000
|
|
+++ src/gprinstall-install.adb
|
|
@@ -723,7 +723,7 @@ package body Gprinstall.Install is
|
|
|
|
if Executable then
|
|
Set_Executable
|
|
- (Dest_Filename, Mode => S_Owner + S_Group + S_Others);
|
|
+ (Dest_Filename);
|
|
end if;
|
|
|
|
-- Add file to manifest
|