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

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Thu Dec 5 10:57:39 UTC 2013


commit fe0ad5ae3e374b58d12e10ffbf356ea9bf424eb1
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