xbps-src: make run_func() print a msg on success.
This commit is contained in:
@@ -63,7 +63,6 @@ install_src_phase()
|
||||
# Run pre_install func.
|
||||
if [ ! -f $XBPS_PRE_INSTALL_DONE ]; then
|
||||
run_func pre_install
|
||||
msg_normal "$pkgver: pre_install (destdir) phase done.\n"
|
||||
touch -f $XBPS_PRE_INSTALL_DONE
|
||||
fi
|
||||
|
||||
@@ -84,7 +83,6 @@ install_src_phase()
|
||||
# Run post_install func.
|
||||
if [ ! -f $XBPS_POST_INSTALL_DONE ]; then
|
||||
run_func post_install
|
||||
msg_normal "$pkgver: post_install (destdir) phase done.\n"
|
||||
touch -f $XBPS_POST_INSTALL_DONE
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user