Skip to content

Commit

Permalink
fix: fix installer
Browse files Browse the repository at this point in the history
  • Loading branch information
hnicke committed Aug 7, 2021
1 parent 8bf91f0 commit 7e0617d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ test-metadata:
appstream-util validate meta/de.hnicke.Sodalite.appdata.xml

install-misc:
${install} -Dm755 {scripts,${root_prefix}}/bin/sodalite-open
${install} -Dm755 {scripts,${root_prefix}/bin}/sodalite-open
${install} -Dm644 {meta,${root_prefix}/share/applications}/de.hnicke.Sodalite.desktop
${install} -Dm644 {meta,${root_prefix}/share/metainfo}/de.hnicke.Sodalite.appdata.xml
${install} -Dm644 {docs,${man1}}/sodalite.1
Expand All @@ -116,4 +116,5 @@ install-misc:
${install} -Dm644 {scripts,${share}}/shell-integration.sh
${install} -Dm644 {scripts,${share}}/shell-integration.fish
${install} -Dm644 {sodalite/core,${share}}/sodalite.conf
.PHONY: install-misc

0 comments on commit 7e0617d

Please sign in to comment.