Closed jonathonf closed 2 years ago
Bumping this as this prevents updates to hypnotix in arch.
==> Starting build()...
Building the mo files
# WARNING: the second sed below will only works correctly with the languages that don't contain "-"
for file in `ls po/*.po`; do \
lang=`echo $file | sed 's@po/@@' | sed 's/\.po//' | sed 's/hypnotix-//'`; \
install -d usr/share/locale/$lang/LC_MESSAGES/; \
msgfmt -o usr/share/locale/$lang/LC_MESSAGES/hypnotix.mo $file; \
done \
==> Entering fakeroot environment...
==> Starting package()...
install: cannot stat 'usr/share/hypnotix/pictures/badges/irak.svg': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
-> error making: hypnotix-git
Thanks, I'm an idiot.
@mtwebster I think you mean "works for me". :grin:
This is a small change that fixes the target for the iraq.svg symlink.
Closes https://github.com/linuxmint/hypnotix/issues/184