]> git.stg.codes - stg.git/commitdiff
Patch from SpiderX <spiderx@spiderx.dp.ua> - path to FreeRADIUS plugins.
authorMaxim Mamontov <faust.madf@gmail.com>
Thu, 17 Jan 2013 07:30:55 +0000 (09:30 +0200)
committerMaxim Mamontov <faust.madf@gmail.com>
Thu, 17 Jan 2013 07:30:55 +0000 (09:30 +0200)
projects/rlm_stg/Makefile

index 6190491f70a6d709c83a617d62c50edb09c795cd..3a4f5d7ab2d997adc849920379f8840779e6f24f 100644 (file)
@@ -58,9 +58,18 @@ install: install-bin
 
 install-bin:
 ifeq ($(DEBUG), yes)
+ifeq ($(OS), linux)
        install -D -m $(BIN_MODE) -o $(OWNER) $(PROG) $(PREFIX)/usr/lib/freeradius/$(PROG)
 else
+       install -D -m $(BIN_MODE) -o $(OWNER) $(PROG) $(PREFIX)/usr/lib/$(PROG)
+endif
+else
+       install -D -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/lib/freeradius/$(PROG)
+ifeq ($(OS), linux)
        install -D -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/lib/freeradius/$(PROG)
+else
+       install -D -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/lib/$(PROG)
+endif
 endif
        $(MAKE) -C $(DIR_LIBSRC) install