SUPERCILEX / gnome-clipboard-history

Gnome Clipboard History is a clipboard manager Gnome extension that saves what you've copied into an easily accessible, searchable history panel.
https://extensions.gnome.org/extension/4839/clipboard-history/
MIT License
473 stars 47 forks source link

Makefile install fails with 'cp' error #124

Closed PerryWerneck closed 1 year ago

PerryWerneck commented 1 year ago

Describe the bug

When doing a 'make install' it fails with a lot of cp messages:

[ 9s] cp: will not overwrite just-created '/home/abuild/.local/share/gnome-shell/extensions/clipboard-history@alexsaveau.dev/clipboard-history@alexsaveau.dev.mo' with 'locale/pt_BR/LC_MESSAGES/clipboard-history@alexsaveau.dev.mo' [ 9s] cp: will not overwrite just-created '/home/abuild/.local/share/gnome-shell/extensions/clipboard-history@alexsaveau.dev/clipboard-history@alexsaveau.dev.mo' with 'locale/ru/LC_MESSAGES/clipboard-history@alexsaveau.dev.mo' [ 9s] cp: will not overwrite just-created '/home/abuild/.local/share/gnome-shell/extensions/clipboard-history@alexsaveau.dev/clipboard-history@alexsaveau.dev.mo' with 'locale/sk/LC_MESSAGES/clipboard-history@alexsaveau.dev.mo' [ 9s] cp: will not overwrite just-created '/home/abuild/.local/share/gnome-shell/extensions/clipboard-history@alexsaveau.dev/clipboard-history@alexsaveau.dev.mo' with 'locale/tr/LC_MESSAGES/clipboard-history@alexsaveau.dev.mo' [ 9s] cp: will not overwrite just-created '/home/abuild/.local/share/gnome-shell/extensions/clipboard-history@alexsaveau.dev/clipboard-history@alexsaveau.dev.mo' with 'locale/uk/LC_MESSAGES/clipboard-history@alexsaveau.dev.mo' [ 9s] cp: will not overwrite just-created '/home/abuild/.local/share/gnome-shell/extensions/clipboard-history@alexsaveau.dev/clipboard-history@alexsaveau.dev.mo' with 'locale/zh_CN/LC_MESSAGES/clipboard-history@alexsaveau.dev.mo' [ 9s] make: *** [Makefile:23: install] Error 1

How To Reproduce

Just do a 'make install'

Versions

The current one got from git repo.

Steps to repro

make install