]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
aiaiai-project-update: fix srcdir line from location change
authorJacob Keller <jacob.e.keller@intel.com>
Fri, 4 Apr 2014 22:06:47 +0000 (15:06 -0700)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 7 Apr 2014 10:19:59 +0000 (13:19 +0300)
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@intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
email/systemd/aiaiai-project-update

index 314e9f314b84bf61d006cd1266e3fbeeba194157..cb20ea3ea895ab3e8f15c5bb7e8a29cd9a4638a2 100755 (executable)
@@ -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