We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bbd5d commit 122e122Copy full SHA for 122e122
res/xdg/Makefile
@@ -66,7 +66,7 @@ install_xdg:
66
cp -f icons/lsp-plugins/128x128.png "$(XDG_ICON_PATH)/128x128/apps/lsp-plugins.png"
67
cp -f icons/lsp-plugins/256x256.png "$(XDG_ICON_PATH)/256x256/apps/lsp-plugins.png"
68
cp -f icons/lsp-plugins/scalable.svg "$(XDG_ICON_PATH)/scalable/apps/lsp-plugins.svg"
69
- cp $(FILES) "$(XDG_APP_PATH)/"
+ cp -f $(FILES) "$(XDG_APP_PATH)/"
70
cp -f dirs/lsp-plugins.directory "$(XDG_DIR_PATH)/lsp-plugins.directory"
71
cat menus/lsp-plugins.menu | sed -E "s/<\\?filelist\\?>/$(XDG_FILE_LIST)/g" > "$(XDG_MENU_PATH)/lsp-plugins.menu"
72
0 commit comments