Ticket #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
Note: See
TracTickets for help on using
tickets.


Cc'ing myself