forked from pool/bzip3
- update to 1.4.0: * support for linking with C++ * improvements on CMake build OBS-URL: https://build.opensuse.org/request/show/1133806 OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip3?expand=0&rev=11
53 lines
1.2 KiB
Diff
53 lines
1.2 KiB
Diff
Index: bzip3-1.4.0/bz3cat
|
|
===================================================================
|
|
--- bzip3-1.4.0.orig/bz3cat
|
|
+++ bzip3-1.4.0/bz3cat
|
|
@@ -1,3 +1,3 @@
|
|
-#!/usr/bin/env sh
|
|
+#!/bin/sh
|
|
|
|
exec bzip3 -Bcd "$@"
|
|
Index: bzip3-1.4.0/bz3grep
|
|
===================================================================
|
|
--- bzip3-1.4.0.orig/bz3grep
|
|
+++ bzip3-1.4.0/bz3grep
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env sh
|
|
+#!/bin/sh
|
|
#
|
|
# Copyright (c) 2003 Thomas Klausner.
|
|
#
|
|
@@ -133,4 +133,4 @@ else
|
|
set +f
|
|
fi
|
|
|
|
-exit "${EXIT_CODE}"
|
|
\ No newline at end of file
|
|
+exit "${EXIT_CODE}"
|
|
Index: bzip3-1.4.0/bz3less
|
|
===================================================================
|
|
--- bzip3-1.4.0.orig/bz3less
|
|
+++ bzip3-1.4.0/bz3less
|
|
@@ -1,2 +1,2 @@
|
|
-#!/usr/bin/env sh
|
|
+#!/bin/sh
|
|
bz3cat "$@" | less
|
|
Index: bzip3-1.4.0/bz3more
|
|
===================================================================
|
|
--- bzip3-1.4.0.orig/bz3more
|
|
+++ bzip3-1.4.0/bz3more
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env sh
|
|
+#!/bin/sh
|
|
|
|
for FILE
|
|
do
|
|
Index: bzip3-1.4.0/bz3most
|
|
===================================================================
|
|
--- bzip3-1.4.0.orig/bz3most
|
|
+++ bzip3-1.4.0/bz3most
|
|
@@ -1,2 +1,2 @@
|
|
-#!/usr/bin/env sh
|
|
+#!/bin/sh
|
|
bz3cat "$@" | most
|