diff --git a/src/exonerate/binaries/Makefile b/src/exonerate/binaries/Makefile index 8f4de18..4f1cbde 100644 --- a/src/exonerate/binaries/Makefile +++ b/src/exonerate/binaries/Makefile @@ -38,7 +38,7 @@ extract: install: extract test -d $(BINDIR) || mkdir $(BINDIR) - cd $(PKGDIR)/bin && \cp -f $(PROGS) $(BINPATH) + cd $(PKGDIR)/bin && \cp -f * $(BINPATH) clean:: (! test -d $(PKGDIR)) || \rm -r $(PKGDIR)