Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#12127 closed defect (fixed)

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 (3)

comment:1 Changed 17 years ago by sfiera@…

Cc: sfiera@… added
Milestone: Port UpdatesPort Bugs

Cc'ing myself

comment:2 Changed 17 years ago by sfiera@…

Resolution: fixed
Status: newclosed

Resolved by #26486

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.