aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dvd+rw-tools.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/dvd+rw-tools.rb')
-rw-r--r--Library/Formula/dvd+rw-tools.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/dvd+rw-tools.rb b/Library/Formula/dvd+rw-tools.rb
index 7cec039e9..078bedef9 100644
--- a/Library/Formula/dvd+rw-tools.rb
+++ b/Library/Formula/dvd+rw-tools.rb
@@ -1,19 +1,19 @@
require 'formula'
class DvdxrwTools < Formula
- url 'http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-7.1.tar.gz'
homepage 'http://fy.chalmers.se/~appro/linux/DVD+RW/'
+ url 'http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-7.1.tar.gz'
md5 '8acb3c885c87f6838704a0025e435871'
+ # Respect $PREFIX
def patches
- # Respect $PREFIX
DATA
end
def install
- bin.mkdir
+ bin.mkpath
man1.mkpath
- system "make PREFIX=#{prefix} install"
+ system "make", "PREFIX=#{prefix}", "install"
end
end