Commit 87652918 authored by Vitaly Lipatov's avatar Vitaly Lipatov

use load_mod for module loading

parent ff5e9fd2
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
# 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
. $ETERBUILDDIR/functions/rpm . load_mod rpm
. $ETERBUILDDIR/functions/repl . load_mod repl
. $ETERBUILDDIR/functions/spec . load_mod spec
dummy_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