Skip to content

Commit 7c25ee2

Browse files
authored
don't use which command in conf-povray
which seems to not be available on windows, so let's switch to use the --version command line option
1 parent f6313c8 commit 7c25ee2

File tree

1 file changed

+1
-1
lines changed
  • packages/conf-povray/conf-povray.1

1 file changed

+1
-1
lines changed

packages/conf-povray/conf-povray.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ depexts: [
1414
["povray"] {os-family = "ubuntu"}
1515
]
1616
build: [
17-
["sh" "-c" "which povray"]
17+
["sh" "-c" "povray --version"]
1818
]
1919
flags: conf

0 commit comments

Comments
 (0)