diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-14 18:14:40 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-14 18:14:40 +0000 |
commit | 163dbca219f44b3e7a137a7c02474707b4d2bca6 (patch) | |
tree | 3feaa630349d2afac306ff56394ee481a7ae768e | |
parent | 6767e5b82dd2f642bb8986f4e57659990bcccc85 (diff) |
Fix symlinks (I need to get rid of this symlink mess soon)
l--------- | hardinfo2/arch/linux/armv4l/battery.h | 2 | ||||
l--------- | hardinfo2/arch/linux/m68k/battery.h | 2 | ||||
l--------- | hardinfo2/arch/linux/mips/battery.h | 2 | ||||
l--------- | hardinfo2/arch/linux/parisc/battery.h | 2 | ||||
l--------- | hardinfo2/arch/linux/ppc/battery.h | 2 | ||||
l--------- | hardinfo2/arch/linux/sparc/battery.h | 2 | ||||
l--------- | hardinfo2/arch/linux/x86/battery.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/hardinfo2/arch/linux/armv4l/battery.h b/hardinfo2/arch/linux/armv4l/battery.h index 317622f3..e4c794f2 120000 --- a/hardinfo2/arch/linux/armv4l/battery.h +++ b/hardinfo2/arch/linux/armv4l/battery.h @@ -1 +1 @@ -../../linux/battery.h
\ No newline at end of file +../../linux/common/battery.h
\ No newline at end of file diff --git a/hardinfo2/arch/linux/m68k/battery.h b/hardinfo2/arch/linux/m68k/battery.h index 317622f3..e4c794f2 120000 --- a/hardinfo2/arch/linux/m68k/battery.h +++ b/hardinfo2/arch/linux/m68k/battery.h @@ -1 +1 @@ -../../linux/battery.h
\ No newline at end of file +../../linux/common/battery.h
\ No newline at end of file diff --git a/hardinfo2/arch/linux/mips/battery.h b/hardinfo2/arch/linux/mips/battery.h index 317622f3..e4c794f2 120000 --- a/hardinfo2/arch/linux/mips/battery.h +++ b/hardinfo2/arch/linux/mips/battery.h @@ -1 +1 @@ -../../linux/battery.h
\ No newline at end of file +../../linux/common/battery.h
\ No newline at end of file diff --git a/hardinfo2/arch/linux/parisc/battery.h b/hardinfo2/arch/linux/parisc/battery.h index 317622f3..e4c794f2 120000 --- a/hardinfo2/arch/linux/parisc/battery.h +++ b/hardinfo2/arch/linux/parisc/battery.h @@ -1 +1 @@ -../../linux/battery.h
\ No newline at end of file +../../linux/common/battery.h
\ No newline at end of file diff --git a/hardinfo2/arch/linux/ppc/battery.h b/hardinfo2/arch/linux/ppc/battery.h index 317622f3..e4c794f2 120000 --- a/hardinfo2/arch/linux/ppc/battery.h +++ b/hardinfo2/arch/linux/ppc/battery.h @@ -1 +1 @@ -../../linux/battery.h
\ No newline at end of file +../../linux/common/battery.h
\ No newline at end of file diff --git a/hardinfo2/arch/linux/sparc/battery.h b/hardinfo2/arch/linux/sparc/battery.h index 317622f3..e4c794f2 120000 --- a/hardinfo2/arch/linux/sparc/battery.h +++ b/hardinfo2/arch/linux/sparc/battery.h @@ -1 +1 @@ -../../linux/battery.h
\ No newline at end of file +../../linux/common/battery.h
\ No newline at end of file diff --git a/hardinfo2/arch/linux/x86/battery.h b/hardinfo2/arch/linux/x86/battery.h index 317622f3..e4c794f2 120000 --- a/hardinfo2/arch/linux/x86/battery.h +++ b/hardinfo2/arch/linux/x86/battery.h @@ -1 +1 @@ -../../linux/battery.h
\ No newline at end of file +../../linux/common/battery.h
\ No newline at end of file |