Commit 04dc61cc authored by Vitaly Lipatov's avatar Vitaly Lipatov

add comment about dbus

parent 65fd0eb7
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# load common functions, compatible with local and installed script # load common functions, compatible with local and installed script
. `dirname $0`/../share/eterbuild/functions/common . `dirname $0`/../share/eterbuild/functions/common
load_mod hasher load_mod hasher rpm
SAVEOPT=$@ SAVEOPT=$@
...@@ -94,6 +94,7 @@ check_locking ...@@ -94,6 +94,7 @@ check_locking
echog "Prepare hasher in $HASHERDIR ..." echog "Prepare hasher in $HASHERDIR ..."
# there is package names in LISTRPMARGS # there is package names in LISTRPMARGS
UTILPKG="mc" UTILPKG="mc"
# FIXME: gnome program needs dbus-tools-gui
if [ -n "$TESTMODE" ] ; then if [ -n "$TESTMODE" ] ; then
UTILPKG="$UTILPKG XFree86-xauth fonts-ttf-liberation" UTILPKG="$UTILPKG XFree86-xauth fonts-ttf-liberation"
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment