Skip to content

Commit 37a11b4

Browse files
committed
try to fix build (linux)
1 parent 2e2d14c commit 37a11b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/linux/rpm/code.spec.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mkdir -p %{buildroot}/usr/share/zsh/site-functions
2323
cp -r usr/share/@@NAME@@/* %{buildroot}/usr/share/@@NAME@@
2424
cp -r usr/share/applications/@@NAME@@.desktop %{buildroot}/usr/share/applications
2525
cp -r usr/share/applications/@@NAME@@-url-handler.desktop %{buildroot}/usr/share/applications
26-
cp -r usr/share/mime/packages/@@NAME@@-workspace.xml %{buildroot}/usr/share/mime/packages/@@NAME-workspace.xml
26+
cp -r usr/share/mime/packages/@@NAME@@-workspace.xml %{buildroot}/usr/share/mime/packages/@@NAME@@-workspace.xml
2727
cp -r usr/share/pixmaps/@@ICON@@.png %{buildroot}/usr/share/pixmaps
2828
cp usr/share/bash-completion/completions/@@NAME@@ %{buildroot}/usr/share/bash-completion/completions/@@NAME@@
2929
cp usr/share/zsh/site-functions/_@@NAME@@ %{buildroot}/usr/share/zsh/site-functions/_@@NAME@@

0 commit comments

Comments
 (0)