audio/Ymuse: Edit commenting

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-05-25 21:01:08 -07:00 committed by Willy Sudiarto Raharjo
parent 63b2c7f16e
commit c1c6cc5b7e

View file

@ -103,7 +103,6 @@ for file in $(find resources/icons -type f); do
done
# Copy local language files (code taken from Arch Linux AUR's PKGBUILD)
# This does not install anything so far
for file in $(find resources/i18n -type f -name *.mo); do
install -Dm644 ${file} $PKG/usr/share/locale/${file#resources/i18n/generated}
done