copy every exonate binaries and not only exonarate
Former-commit-id: b4d34f1dcf6822e17b74b9c4172ccde7f063bf8a Former-commit-id: dc038947c68d2c1dcf2a57302d90864fab9854d9
This commit is contained in:
@ -38,7 +38,7 @@ extract:
|
|||||||
|
|
||||||
install: extract
|
install: extract
|
||||||
test -d $(BINDIR) || mkdir $(BINDIR)
|
test -d $(BINDIR) || mkdir $(BINDIR)
|
||||||
cd $(PKGDIR)/bin && \cp -f $(PROGS) $(BINPATH)
|
cd $(PKGDIR)/bin && \cp -f * $(BINPATH)
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
(! test -d $(PKGDIR)) || \rm -r $(PKGDIR)
|
(! test -d $(PKGDIR)) || \rm -r $(PKGDIR)
|
||||||
|
Reference in New Issue
Block a user