1
0
mirror of https://github.com/limosek/zaf.git synced 2025-11-01 01:57:38 +01:00

Added contrib for making deb packages

This commit is contained in:
Lukas Macura
2016-04-18 12:08:42 +02:00
parent da87113b47
commit 8ad723f45c
3 changed files with 19 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ configure)
. /usr/lib/zaf/ctrl.lib.sh
cd /usr/lib/zaf && /usr/lib/zaf/install.sh reconf
[ -n "{PLUGINS}" ] && for p in {PLUGINS}; do
if ! is_plugin $p;then
if ! zaf_is_plugin $p;then
zaf install $ZAF_PREPACKAGED_DIR/$p;
fi
done