Opened 14 years ago
Closed 14 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 14 years ago by gnw3
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Cc: | ryandesign@… evanj@… added |
---|
comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… removed |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
Ah yes.
comment:4 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks for the report. Both issues fixed in r75625.
Note: See
TracTickets for help on using
tickets.
This seems to come from the patch. Also note the missing final ess in applications on the first line: