diff options
author | Jason Woodward <woodwardj@jaos.org> | 2010-09-12 23:56:38 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-09-12 23:56:38 -0500 |
commit | bf08fafc1ddf420925bb1a829201362ddab12e12 (patch) | |
tree | 2f719ccf8ebbb5178e57f562f4490b1f2e33e710 /system/uif2iso | |
parent | beeb8211b0dca93514a8218eb8b4cd7c6b0f2331 (diff) | |
download | slackbuilds-bf08fafc1ddf420925bb1a829201362ddab12e12.tar.gz |
Various: standardize newline handling and whitespace in .info files
Most DOWNLOAD values use newline escapes, but some previously
did not - let's standardize that.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/uif2iso')
-rw-r--r-- | system/uif2iso/uif2iso.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/uif2iso/uif2iso.info b/system/uif2iso/uif2iso.info index 0e8d43de0c..6546c02873 100644 --- a/system/uif2iso/uif2iso.info +++ b/system/uif2iso/uif2iso.info @@ -3,7 +3,7 @@ VERSION="0.1.7c" HOMEPAGE="http://aluigi.org/mytoolz.htm#uif2iso" DOWNLOAD="http://aluigi.org/mytoolz/uif2iso.zip" MD5SUM="2eb9797ec463c38253014d45591a7043" -DOWNLOAD_x86_64="" +DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="David Woodfall" EMAIL="dave@unrealize.co.uk" |