X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Ffastindex%2FMakefile;h=d064bbd43265f4af121f5d0bfa81066eed4eacfe;hp=560a3528307b4a5be668a44f5d21e3634d5944dc;hb=95116c8d3b57ee43930931529f745033b93ce2f8;hpb=a29fb388f5ec4e7f780d43affadc94b9250f1351;ds=sidebyside diff --git a/libs/fastindex/Makefile b/libs/fastindex/Makefile index 560a35283..d064bbd43 100644 --- a/libs/fastindex/Makefile +++ b/libs/fastindex/Makefile @@ -5,8 +5,8 @@ include ../../build/gccconfig.mk $(COMPILE) $(LUA_CFLAGS) $(FPIC) -c -o $@ $< compile: src/fastindex.o - mkdir -p dist/usr/lib/lua/luci - $(LINK) $(SHLIB_FLAGS) -o dist/usr/lib/lua/luci/fastindex.so src/fastindex.o $(LUA_SHLIBS) + mkdir -p dist$(LUCI_INSTALLDIR) + $(LINK) $(SHLIB_FLAGS) -o dist$(LUCI_INSTALLDIR)/fastindex.so src/fastindex.o $(LUA_SHLIBS) clean: rm -f src/*.o