Update of /cvsroot/env-switcher/env-switcher/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6366/src
Modified Files:
Makefile.am switcher.in
Log Message:
- Remove deubgging gorp
- Ensure $pkgdatadir exists
Index: Makefile.am
===================================================================
RCS file: /cvsroot/env-switcher/env-switcher/src/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Makefile.am 11 Oct 2002 17:00:45 -0000 1.2
--- Makefile.am 7 Mar 2004 21:18:09 -0000 1.3
***************
*** 1,6 ****
# -*- makefile -*-
#
! # Copyright (c) 2002 The Trustees of Indiana University.
! # All rights reserved.
#
# This file is part of the Env-switcher software package. For license
--- 1,6 ----
# -*- makefile -*-
#
! # Copyright (c) 2002-2004 The Trustees of Indiana University.
! # All rights reserved.
#
# This file is part of the Env-switcher software package. For license
***************
*** 22,27 ****
mkdir -p $(DESTDIR)$(sysconfdir); \
fi
! if test ! -d $(DESTDIR)$(datadir); then \
! mkdir -p $(DESTDIR)$(datadir); \
fi
cp switcher.tcl $(DESTDIR)$(MODULEFILESDIR)/switcher/$(VERSION)
--- 22,27 ----
mkdir -p $(DESTDIR)$(sysconfdir); \
fi
! if test ! -d $(DESTDIR)$(pkgdatadir); then \
! mkdir -p $(DESTDIR)$(pkgdatadir); \
fi
cp switcher.tcl $(DESTDIR)$(MODULEFILESDIR)/switcher/$(VERSION)
Index: switcher.in
===================================================================
RCS file: /cvsroot/env-switcher/env-switcher/src/switcher.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** switcher.in 7 Mar 2004 21:03:51 -0000 1.17
--- switcher.in 7 Mar 2004 21:18:09 -0000 1.18
***************
*** 1106,1111 ****
# Iterate over the contents, writing out the file
- print "WRITING FILE: $filename\n";
- print Dumper($contents);
foreach my $section (sort(keys(%{$contents}))) {
print FILE "[$section]\n";
--- 1106,1109 ----
|