lib/update
changeset 100 44c32fd60997
parent 98 a3734856e0fa
--- a/lib/update	Sun Dec 22 18:22:37 2013 +0200
+++ b/lib/update	Sat Apr 26 23:55:18 2014 +0300
@@ -7,7 +7,7 @@
 shopt -s globstar nullglob
 
 ## Library includes
-for lib in lib/update.*; do
+for lib in $LIB/update.*; do
     source $lib
 done