]> git.pld-linux.org Git - packages/bzip2.git/commitdiff
- Fixed bzless script created by this patch ("\$@" => "$@"). bzip2-1_0_1-4
authormkochano <mkochano@pld-linux.org>
Sat, 15 Jul 2000 14:05:51 +0000 (14:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bzip2-libtoolizeautoconf.patch -> 1.4

bzip2-libtoolizeautoconf.patch

index ce0a59260ee269c49c3375a3261ab5c841336de8..a372e6bcda85288cd419ca2e4263f55dd3c67cd0 100644 (file)
@@ -1596,7 +1596,7 @@ diff -Nru bzip2-1.0.1/bzless bzip2-1.0.1.new/bzless
 +++ bzip2-1.0.1.new/bzless     Sat Jun 24 20:16:09 2000
 @@ -0,0 +1,2 @@
 +#!/bin/sh
-+%{_bindir}/bunzip2 -c "\$@" | /usr/bin/less
++%{_bindir}/bunzip2 -c "$@" | %{_bindir}/less
 diff -Nru bzip2-1.0.1/config.h.in bzip2-1.0.1.new/config.h.in
 --- bzip2-1.0.1/config.h.in    Thu Jan  1 01:00:00 1970
 +++ bzip2-1.0.1.new/config.h.in        Sat Jun 24 20:13:06 2000
This page took 0.068815 seconds and 4 git commands to generate.