[MacPorts] #28239: scite gtk makefile has incorrect install permissions for pixmapdir
MacPorts
noreply at macports.org
Tue Feb 1 09:32:49 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
---------------------------------+------------------------------------------
Comment(by gnwiii@…):
This seems to come from the patch. Also note the missing final ess in
applications on the first line:
{{{
+ $(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/application
+ $(INSTALL) -m 644 SciTE.desktop $(DESTDIR)$(datadir)/applications
+ $(INSTALL) -m 644 -d $(DESTDIR)$(pixmapdir)
+ $(INSTALL) -m 644 Sci48M.png $(DESTDIR)$(pixmapdir)/Sci48M.png
}}}
--
Ticket URL: <https://trac.macports.org/ticket/28239#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list