From c494ec35e2428caf964abb37fb424b543b8fe83c Mon Sep 17 00:00:00 2001
From: Axel Kohlmeyer <akohlmey@gmail.com>
Date: Thu, 27 Jul 2017 12:48:32 -0400
Subject: [PATCH] correct symbolic links to shared Install.py file

---
 lib/atc/Install.py   | 2 +-
 lib/awpmd/Install.py | 2 +-
 lib/h5md/Install.py  | 2 +-
 lib/meam/Install.py  | 2 +-
 lib/poems/Install.py | 2 +-
 lib/qmmm/Install.py  | 2 +-
 lib/reax/Install.py  | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/lib/atc/Install.py b/lib/atc/Install.py
index 37041d2ea1..ffe709d44c 120000
--- a/lib/atc/Install.py
+++ b/lib/atc/Install.py
@@ -1 +1 @@
-Install.py
\ No newline at end of file
+../Install.py
\ No newline at end of file
diff --git a/lib/awpmd/Install.py b/lib/awpmd/Install.py
index 37041d2ea1..ffe709d44c 120000
--- a/lib/awpmd/Install.py
+++ b/lib/awpmd/Install.py
@@ -1 +1 @@
-Install.py
\ No newline at end of file
+../Install.py
\ No newline at end of file
diff --git a/lib/h5md/Install.py b/lib/h5md/Install.py
index 37041d2ea1..ffe709d44c 120000
--- a/lib/h5md/Install.py
+++ b/lib/h5md/Install.py
@@ -1 +1 @@
-Install.py
\ No newline at end of file
+../Install.py
\ No newline at end of file
diff --git a/lib/meam/Install.py b/lib/meam/Install.py
index 37041d2ea1..ffe709d44c 120000
--- a/lib/meam/Install.py
+++ b/lib/meam/Install.py
@@ -1 +1 @@
-Install.py
\ No newline at end of file
+../Install.py
\ No newline at end of file
diff --git a/lib/poems/Install.py b/lib/poems/Install.py
index 37041d2ea1..ffe709d44c 120000
--- a/lib/poems/Install.py
+++ b/lib/poems/Install.py
@@ -1 +1 @@
-Install.py
\ No newline at end of file
+../Install.py
\ No newline at end of file
diff --git a/lib/qmmm/Install.py b/lib/qmmm/Install.py
index 37041d2ea1..ffe709d44c 120000
--- a/lib/qmmm/Install.py
+++ b/lib/qmmm/Install.py
@@ -1 +1 @@
-Install.py
\ No newline at end of file
+../Install.py
\ No newline at end of file
diff --git a/lib/reax/Install.py b/lib/reax/Install.py
index 37041d2ea1..ffe709d44c 120000
--- a/lib/reax/Install.py
+++ b/lib/reax/Install.py
@@ -1 +1 @@
-Install.py
\ No newline at end of file
+../Install.py
\ No newline at end of file
-- 
GitLab