Opened 13 years ago

Closed 13 years ago

#28239 closed defect (fixed)

scite gtk makefile has incorrect install permissions for pixmapdir

Reported by: gnw3 Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.9.0
Keywords: install permissions Cc: evanj@…
Port: scite

Description

work/scite/gtk/makefile has:

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

which should be:

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

Change History (4)

comment:1 Changed 13 years ago by gnw3

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

comment:2 Changed 13 years ago by jmroot (Joshua Root)

Cc: ryandesign@… evanj@… added

comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… removed
Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

Ah yes.

comment:4 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Thanks for the report. Both issues fixed in r75625.

Note: See TracTickets for help on using tickets.