Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix symlink target for irak.svg #187

Merged
merged 1 commit into from
Dec 29, 2021
Merged

Fix symlink target for irak.svg #187

merged 1 commit into from
Dec 29, 2021

Conversation

jonathonf
Copy link
Contributor

This is a small change that fixes the target for the iraq.svg symlink.

Closes #184

@carpenike
Copy link

carpenike commented Dec 28, 2021

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

@mtwebster mtwebster merged commit b48c137 into linuxmint:master Dec 29, 2021
@mtwebster
Copy link
Member

Thanks, I'm an idiot.

@jonathonf jonathonf deleted the fix-irak-iraq-symlink branch December 29, 2021 19:49
@jonathonf
Copy link
Contributor Author

@mtwebster I think you mean "works for me". 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

linked file does not exist: install error
3 participants