diff options
Diffstat (limited to 'externals')
-rw-r--r-- | externals/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile index 4c6e2d2e..f019c390 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -1335,7 +1335,7 @@ iemguts: $(IEMGUTS_OBJECTS:.c=.$(EXTENSION)) iemguts_install: iemguts install -d $(DESTDIR)$(objectsdir)/$(IEMGUTS_NAME) - $(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(IEMGUTS_NAME) \ + $(scripts_src)/generate-libdir-metafile.sh $(DESTDIR)$(objectsdir) $(IEMGUTS_NAME) \ --author "IOhannes m zmoelnig" \ --description "IEMguts is a collection of objects that deal with the infrastructure to build better abstractions" \ --license "GNU GPL" \ |