summaryrefslogblamecommitdiff
path: root/template/usr_bin.gpr
blob: 0ece87437f94f73c2f521f12ab8976f54c5a8678 (plain) (tree)
1
2
3
4
5
6
7






                                                      
abstract project usr_bin extends "template/bin.gpr" is

   package Install extends bin.Install is
      for Prefix use "usr";
   end Install;

end usr_bin;