gifski: avoid cargo deprecated syntax warning

This commit is contained in:
Dominyk Tiller 2018-08-29 13:33:02 +01:00
parent e77441ec7e
commit fb228681d2
No known key found for this signature in database
GPG key ID: FE19AEFCF658C6F6

View file

@ -22,7 +22,7 @@ class Gifski < Formula
def install
args = []
args << "--features=openmp" if build.with? "openmp"
system "cargo", "install", "--root", prefix, *args
system "cargo", "install", "--root", prefix, "--path", ".", *args
end
test do