[PATCH aiaiai 2/7] aiaiai-project-update: fix srcdir line from location change

Jacob Keller jacob.e.keller at intel.com
Fri Apr 4 15:06:47 PDT 2014


The new location of aiaiai-project requires a new srcdir line, as I
forgot to update this when moving the path.

Signed-off-by: Jacob Keller <jacob.e.keller at intel.com>
---
 email/systemd/aiaiai-project-update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/email/systemd/aiaiai-project-update b/email/systemd/aiaiai-project-update
index 314e9f314b84..cb20ea3ea895 100755
--- a/email/systemd/aiaiai-project-update
+++ b/email/systemd/aiaiai-project-update
@@ -7,7 +7,7 @@
 # Run git-remote-update for each unique repository in the aiaiai cfg file
 
 srcdir="$(readlink -ev -- ${0%/*})"
-PATH="$srcdir/..:$srcdir/../email:$srcdir/../helpers:$srcdir/../helpers/libshell:$PATH"
+PATH="$srcdir/../..:$srcdir/../../email:$srcdir/../../helpers:$srcdir/../../helpers/libshell:$PATH"
 
 . shell-error
 . shell-args
-- 
1.8.3.1




More information about the aiaiai mailing list