Skip to content

Commit

Permalink
hwinfo: add verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Dec 1, 2023
1 parent 082f6d3 commit b59a0fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-utils/hwinfo/autobuild/build
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ make install \
LIBDIR=/usr/lib

abinfo "Moving sbin to bin ..."
rm -rf "$PKGDIR/sbin"
mv "$PKGDIR/usr/sbin" "$PKGDIR/usr/bin"
rm -rvf "$PKGDIR/sbin"
mv -v "$PKGDIR/usr/sbin" "$PKGDIR/usr/bin"

0 comments on commit b59a0fb

Please sign in to comment.