[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.5.1-20081221-164-g3df7a80)



The branch, master has been updated
       via  3df7a807e5db0a1821805da93079d8b60c1307fc (commit)
      from  fc660d554159c44e41a456fbb888fbe977666269 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 utils/gxyrs/Makefile.am |    2 +-
 utils/gxyrs/gxyrs.pl    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


=================
 Commit Messages
=================

commit 3df7a807e5db0a1821805da93079d8b60c1307fc
Author: Carlos Nieves Onega <cnieves@xxxxxxxxxx>
Date:   Sat Jan 10 13:44:02 2009 +0100

    Fix install directory for gxyrs perl package.
    
    Change install directory for gxyrs perl package from GEDADATARC/gxyrs
    (usually /etc/gEDA/gxyrs) to PREFIX/share/gEDA/perl/lib.
    Thanks to Peter Clifton for reporting this bug.

:100644 100644 cdc34b1... f06d123... M	utils/gxyrs/Makefile.am
:100644 100644 8af6779... 3b7f21d... M	utils/gxyrs/gxyrs.pl

=========
 Changes
=========

commit 3df7a807e5db0a1821805da93079d8b60c1307fc
Author: Carlos Nieves Onega <cnieves@xxxxxxxxxx>
Date:   Sat Jan 10 13:44:02 2009 +0100

    Fix install directory for gxyrs perl package.
    
    Change install directory for gxyrs perl package from GEDADATARC/gxyrs
    (usually /etc/gEDA/gxyrs) to PREFIX/share/gEDA/perl/lib.
    Thanks to Peter Clifton for reporting this bug.

diff --git a/utils/gxyrs/Makefile.am b/utils/gxyrs/Makefile.am
index cdc34b1..f06d123 100644
--- a/utils/gxyrs/Makefile.am
+++ b/utils/gxyrs/Makefile.am
@@ -4,7 +4,7 @@
 
 bin_SCRIPTS = gxyrs
 	      
-rcdatadir = @GEDARCDIR@/gxyrs
+rcdatadir = @GEDADATADIR@/perl/lib
 rcdata_DATA = gxyrs.pm
 
 EXTRA_DIST = \
diff --git a/utils/gxyrs/gxyrs.pl b/utils/gxyrs/gxyrs.pl
index 8af6779..3b7f21d 100644
--- a/utils/gxyrs/gxyrs.pl
+++ b/utils/gxyrs/gxyrs.pl
@@ -24,7 +24,7 @@
 use strict;
 use warnings;
 
-use lib 'GEDARCDIR/gxyrs'; # Where gxyrs package is located
+use lib 'GEDADATADIR/perl/lib'; # Where gxyrs package is located
 
 use gxyrs;
 use gxyrs qw($CASE_INSENSITIVE);




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs