Skip to content

Commit

Permalink
Merge pull request #5212 from edwintorok/private/edvint/siv
Browse files Browse the repository at this point in the history
Fix suspend-image-viewer binary
  • Loading branch information
robhoes authored Oct 24, 2023
2 parents 9345df1 + 775f9a4 commit be36265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ install: build doc sdk doc-json
# ocaml/perftest
scripts/install.sh 755 _build/install/default/bin/perftest $(DESTDIR)$(OPTDIR)/debug/perftest
# ocaml/suspend-image-viewer
scripts/install.sh 755 _build/install/default/bin/perftest $(DESTDIR)$(OPTDIR)/debug/suspend-image-viewer
scripts/install.sh 755 _build/install/default/bin/suspend-image-viewer $(DESTDIR)$(OPTDIR)/debug/suspend-image-viewer
# ocaml/mpathalert
scripts/install.sh 755 _build/install/default/bin/mpathalert $(DESTDIR)$(OPTDIR)/bin/mpathalert
# ocaml/license
Expand Down

0 comments on commit be36265

Please sign in to comment.