diff options
author | crunchy <crunchy> | 2002-12-09 10:02:11 +0000 |
---|---|---|
committer | crunchy <crunchy> | 2002-12-09 10:02:11 +0000 |
commit | d33c47876f0fc2d669d71292875b900ef1cb157b (patch) | |
tree | 9734667791a75c71a063bd321c9adadd6eff9806 /etc | |
parent | e1d7a24827d4b28fd6a7a605b2d5ab153cfd40fd (diff) | |
download | mpiosh-d33c47876f0fc2d669d71292875b900ef1cb157b.tar.gz mpiosh-d33c47876f0fc2d669d71292875b900ef1cb157b.tar.bz2 mpiosh-d33c47876f0fc2d669d71292875b900ef1cb157b.zip |
update for kernel 2.4.20 or later
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am index 02f1137..63b0713 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1 +1,3 @@ -sysconf_DATA = mpio/mpioshrc
\ No newline at end of file +sysconfdir=$(sysconfdir)/mpio + +sysconf_DATA = etc/mpioshrc
\ No newline at end of file |