[MacPorts] #28239: scite gtk makefile has incorrect install permissions for pixmapdir

MacPorts noreply at macports.org
Tue Feb 1 08:42:14 PST 2011


#28239: scite gtk makefile has incorrect install permissions for pixmapdir
---------------------------------+------------------------------------------
 Reporter:  gnwiii@…             |       Owner:  macports-tickets@…                   
     Type:  defect               |      Status:  new                                  
 Priority:  Normal               |   Milestone:                                       
Component:  ports                |     Version:  1.9.0                                
 Keywords:  install permissions  |        Port:  scite                                
---------------------------------+------------------------------------------
 work/scite/gtk/makefile has:

 {{{
 $(INSTALL) -m 644 -d $(DESTDIR)$(pixmapdir)
 }}}

 which should be:

 {{{
 $(INSTALL) -m 755 -d $(DESTDIR)$(pixmapdir)
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/28239>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list