Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37568430
en ru br
ALT Linux repos
S:3.1.21-alt2

Group :: Communications
RPM: smstools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gawk-path-fix.patch
Download


Description: fix path to gawk
Author: Thorsten Alteholz <debian@alteholz.de>
Index: smstools-3.1.21/scripts/hex2bin
===================================================================
--- smstools-3.1.21.orig/scripts/hex2bin	2017-10-13 14:01:27.390230987 +0200
+++ smstools-3.1.21/scripts/hex2bin	2017-10-13 14:01:27.382230709 +0200
@@ -1,4 +1,4 @@
-#!/bin/gawk -f
+#!/usr/bin/gawk -f
 
 # This script reads a hex-dump and converts it to a binary file.
 # The hex-dump must contain one or more hexadecimal numbers separated
Index: smstools-3.1.21/scripts/hex2dec
===================================================================
--- smstools-3.1.21.orig/scripts/hex2dec	2017-10-13 14:01:27.390230987 +0200
+++ smstools-3.1.21/scripts/hex2dec	2017-10-13 14:01:27.382230709 +0200
@@ -1,4 +1,4 @@
-#!/bin/gawk -f
+#!/usr/bin/gawk -f
 
 # This script reads a hex-dump and converts it to decimal numbers.
 # The hex-dump must contain one or more hexadecimal numbers separated
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin