New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #12127 (closed defect: fixed)

Opened 6 years ago

Last modified 4 years ago

lua-luasocket installing files to /{lib,share}

Reported by: zacheryph@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.4.40
Keywords: lua Cc: emmett.shear@…,sfiera@…
Port:

Description

the lua-luasocket port currently installs stuff to /{lib,share} instead of /opt/local/{lib,share}. the following needs to be changed in files/config.diff lines 21-22

FROM:

+INSTALL_TOP_SHARE=$(DESTDIR)/share/lua/5.1
+INSTALL_TOP_LIB=$(DESTDIR)/lib/lua/5.1

TO:

+INSTALL_TOP_SHARE=$(DESTDIR)%%PREFIX%%/share/lua/5.1
+INSTALL_TOP_LIB=$(DESTDIR)%%PREFIX%%/lib/lua/5.1

Change History

comment:1 Changed 6 years ago by sfiera@…

  • Cc sfiera@… added
  • Milestone changed from Port Updates to Port Bugs

Cc'ing myself

comment:2 Changed 6 years ago by sfiera@…

  • Status changed from new to closed
  • Resolution set to fixed

Resolved by #26486

comment:3 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.