xbps-src: doinst-helper: remove redundant msgs.
This commit is contained in:
parent
0aacb7f508
commit
a8bd4ed7ad
|
@ -74,8 +74,6 @@ install_src_phase()
|
|||
|
||||
cd ${wrksrc} || msg_error "can't change cwd to wrksrc!\n"
|
||||
|
||||
msg_normal "$pkgver: install (destdir) phase done.\n"
|
||||
|
||||
# Run post_install func.
|
||||
if [ ! -f $XBPS_POST_INSTALL_DONE ]; then
|
||||
run_func post_install
|
||||
|
@ -101,7 +99,6 @@ install_src_phase()
|
|||
msg_normal "$pkgver: removing empty dirs...\n"
|
||||
find ${DESTDIR} -depth -type d -exec rmdir 2>/dev/null {} \;
|
||||
fi
|
||||
msg_normal "$pkgver: installed into destdir.\n"
|
||||
touch -f $XBPS_INSTALL_DONE
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue