From 8ca6e0c3d3ad7a80ae5645cbfe007b83c4980c66 Mon Sep 17 00:00:00 2001 From: crunchy Date: Fri, 21 Feb 2003 18:28:50 +0000 Subject: add patch of Sebastian; tried to fix problems with etc stuff --- etc/Makefile.am | 4 ++-- etc/mpio/mpioshrc | 5 ----- etc/mpioshrc | 5 +++++ 3 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 etc/mpio/mpioshrc create mode 100644 etc/mpioshrc (limited to 'etc') diff --git a/etc/Makefile.am b/etc/Makefile.am index 28b7244..445bf6b 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,3 +1,3 @@ -sysconfdir=$(sysconfdir)/mpio +datadir=$(sysconfdir)/mpio -sysconf_DATA = mpioshrc \ No newline at end of file +data_DATA = mpioshrc \ No newline at end of file diff --git a/etc/mpio/mpioshrc b/etc/mpio/mpioshrc deleted file mode 100644 index 9160d59..0000000 --- a/etc/mpio/mpioshrc +++ /dev/null @@ -1,5 +0,0 @@ -[mpiosh] -default_mem=internal -prompt_int=mpio  -prompt_ext=mpio  -charset=ISO-8859-15 diff --git a/etc/mpioshrc b/etc/mpioshrc new file mode 100644 index 0000000..9160d59 --- /dev/null +++ b/etc/mpioshrc @@ -0,0 +1,5 @@ +[mpiosh] +default_mem=internal +prompt_int=mpio  +prompt_ext=mpio  +charset=ISO-8859-15 -- cgit v1.2.3