Commit 87652918 authored by Vitaly Lipatov's avatar Vitaly Lipatov

use load_mod for module loading

parent ff5e9fd2
......@@ -9,9 +9,9 @@
# load common functions, compatible with local and installed script
. `dirname $0`/../share/eterbuild/functions/common
. $ETERBUILDDIR/functions/rpm
. $ETERBUILDDIR/functions/repl
. $ETERBUILDDIR/functions/spec
. load_mod rpm
. load_mod repl
. load_mod spec
dummy_spec()
{
......
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