Commit 1304c922 authored by satmandu's avatar satmandu Committed by GitHub

rubyize

parent 3f1bd0ce
......@@ -211,7 +211,7 @@ class Ffmpeg < Package
def self.install
Dir.chdir @git_dir do
system 'make', "DESTDIR=#{CREW_DEST_DIR}", 'install'
system "install -Dm 755 tools/qt-faststart #{CREW_DEST_PREFIX}/bin/"
FileUtils.install 'tools/qt-faststart', "#{CREW_DEST_PREFIX}/bin/", mode: 0755
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment