aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/unp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/unp.rb')
-rw-r--r--Library/Formula/unp.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/unp.rb b/Library/Formula/unp.rb
index afc6bfa63..e3cd69035 100644
--- a/Library/Formula/unp.rb
+++ b/Library/Formula/unp.rb
@@ -1,9 +1,9 @@
require 'formula'
class Unp <Formula
- @url='http://ftp.de.debian.org/debian/pool/main/u/unp/unp_1.0.11.tar.gz'
- @homepage='http://packages.debian.org/de/etch/unp'
- @md5='ecea662bd7e7efe7f7e2213bf21d9646'
+ url 'http://ftp.de.debian.org/debian/pool/main/u/unp/unp_1.0.11.tar.gz'
+ homepage 'http://packages.debian.org/de/etch/unp'
+ md5 'ecea662bd7e7efe7f7e2213bf21d9646'
depends_on 'p7zip'
@@ -11,8 +11,8 @@ class Unp <Formula
bin.install %w[unp ucat]
man1.install "debian/unp.1"
- FileUtils.mv 'debian/README.Debian', 'README'
- FileUtils.mv 'debian/copyright', 'COPYING'
- FileUtils.mv 'debian/changelog', 'ChangeLog'
+ mv 'debian/README.Debian', 'README'
+ mv 'debian/copyright', 'COPYING'
+ mv 'debian/changelog', 'ChangeLog'
end
end