OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
425 B

  1. diff --git a/Makefile b/Makefile
  2. index f765ca7..dc1ee2b 100644
  3. --- a/Makefile
  4. +++ b/Makefile
  5. @@ -6,10 +6,13 @@ ifndef REV
  6. REV := 1
  7. endif
  8. -ifndef DESTDIR
  9. - DESTDIR := /usr/local
  10. -endif
  11. -LIBDIR := $(DESTDIR)/share/lua/5.1
  12. +LUAVER := 5.1
  13. +PREFIX := /usr/local
  14. +DPREFIX := $(DESTDIR)$(PREFIX)
  15. +LIBDIR := $(DPREFIX)/share/lua/$(LUAVER)
  16. +
  17. +all:
  18. + @echo "Nothing to build here"
  19. install:
  20. mkdir -p $(LIBDIR)/CodeGen