Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37888127
en ru br
ALT Linux repositórios
S:3.1.21-alt2

Group :: Comunicações
RPM: smstools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009