OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip3?expand=0&rev=13
46 lines
1.1 KiB
Diff
46 lines
1.1 KiB
Diff
Index: bzip3-1.5.1/bz3cat
|
|
===================================================================
|
|
--- bzip3-1.5.1.orig/bz3cat
|
|
+++ bzip3-1.5.1/bz3cat
|
|
@@ -1,3 +1,3 @@
|
|
-#!/usr/bin/env sh
|
|
+#!/bin/sh
|
|
|
|
exec bzip3 -Bcd "$@"
|
|
Index: bzip3-1.5.1/bz3grep
|
|
===================================================================
|
|
--- bzip3-1.5.1.orig/bz3grep
|
|
+++ bzip3-1.5.1/bz3grep
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env sh
|
|
+#!/bin/sh
|
|
#
|
|
# Copyright (c) 2003 Thomas Klausner.
|
|
#
|
|
Index: bzip3-1.5.1/bz3less
|
|
===================================================================
|
|
--- bzip3-1.5.1.orig/bz3less
|
|
+++ bzip3-1.5.1/bz3less
|
|
@@ -1,2 +1,2 @@
|
|
-#!/usr/bin/env sh
|
|
+#!/bin/sh
|
|
bz3cat "$@" | less
|
|
Index: bzip3-1.5.1/bz3more
|
|
===================================================================
|
|
--- bzip3-1.5.1.orig/bz3more
|
|
+++ bzip3-1.5.1/bz3more
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env sh
|
|
+#!/bin/sh
|
|
|
|
for FILE
|
|
do
|
|
Index: bzip3-1.5.1/bz3most
|
|
===================================================================
|
|
--- bzip3-1.5.1.orig/bz3most
|
|
+++ bzip3-1.5.1/bz3most
|
|
@@ -1,2 +1,2 @@
|
|
-#!/usr/bin/env sh
|
|
+#!/bin/sh
|
|
bz3cat "$@" | most
|