Add commondir variable to helper's building system
[snf-image] / helper / tasks / 80UmountImage.in
index a06873a..2467929 100644 (file)
@@ -8,7 +8,7 @@
 ### END TAST INFO
 
 set -e
-. @datarootdir@/@base_name@/common.sh
+. @commondir@/common.sh
 
 if [ ! -d "$SNF_IMAGE_TARGET" ]; then
        log_error "Target dir:\`$SNF_IMAGE_TARGET' is missing"