[gnutls/f19] avoid using basename for gnutls-extra to work.

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Thu Dec 5 10:54:33 UTC 2013


commit 9084dba62702bddc84a5664a687841d15904ebe5
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Tue Nov 26 17:41:26 2013 +0100

    avoid using basename for gnutls-extra to work.

 libgnutls-config |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgnutls-config b/libgnutls-config
index 8970bf4..7f4ed3a 100755
--- a/libgnutls-config
+++ b/libgnutls-config
@@ -4,7 +4,7 @@ prefix=/usr
 exec_prefix=/usr
 exec_prefix_set=no
 
-name=`basename $0`
+name=gnutls
 name=${name#lib}
 name=${name%-config}
 


More information about the scm-commits mailing list