#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 Updates → Port Bugs |
comment:2 Changed 17 years ago by sfiera@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Resolved by #26486
Note: See
TracTickets for help on using
tickets.
Cc'ing myself