]> git.pld-linux.org Git - packages/ape2mp3.git/commitdiff
- update for current file
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 28 Dec 2006 21:23:29 +0000 (21:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ape2mp3-file.patch -> 1.1

ape2mp3-file.patch [new file with mode: 0644]

diff --git a/ape2mp3-file.patch b/ape2mp3-file.patch
new file mode 100644 (file)
index 0000000..ae378c4
--- /dev/null
@@ -0,0 +1,20 @@
+--- ape2mp3.orig       2006-12-28 21:34:22.000000000 +0100
++++ ape2mp3    2006-12-28 22:21:18.127798948 +0100
+@@ -53,7 +53,7 @@
+ typ=`file "$1"`
+ case "$typ" in
+-      "$1: data")     echo ""$1" ok"
++      "$1: data"|"$1: Monkey's Audio compressed format"*)     echo ""$1" ok"
+                       ;;
+       *)              echo "Error: use: ape2mp3 <NAME>.ape <NAME>.cue"
+                       exit 0
+@@ -62,7 +62,7 @@
+ typ=`file "$2"`
+ case "$typ" in
+-      "$2: ASCII text, with CRLF line terminators")   echo ""$2" ok"
++      "$2: ASCII"*"text, with CRLF line terminators") echo ""$2" ok"
+                       ;;
+       *)              echo "Error: use: ape2mp3 <NAME>.ape <NAME>.cue"
+                       exit 0
This page took 0.066663 seconds and 4 git commands to generate.