Moved lib.sh into dependents directories

This commit is contained in:
Manfred Touron 2014-11-18 20:36:18 +01:00
parent e249217c48
commit 4d1bd4b677
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
. ../lib.sh # Include library
. ./lib.sh # Include library
# Image
DISTRIB="archlinux"