nix: check share/applications in share package
This allows share directories without share/applications/ to build correctly. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
parent
ff3cfbb437
commit
72c59f9229
@ -201,9 +201,11 @@ in
|
|||||||
${copy "${pkg}/share/icons"}
|
${copy "${pkg}/share/icons"}
|
||||||
${copy "${pkg}/share/man"}
|
${copy "${pkg}/share/man"}
|
||||||
|
|
||||||
substituteInPlace $out/share/applications/* \
|
if test -d "$out/share/applications"; then
|
||||||
--replace-warn '${pkg}/bin/' "" \
|
substituteInPlace $out/share/applications/* \
|
||||||
--replace-warn '${pkg}/libexec/' ""
|
--replace-warn '${pkg}/bin/' "" \
|
||||||
|
--replace-warn '${pkg}/libexec/' ""
|
||||||
|
fi
|
||||||
''
|
''
|
||||||
)
|
)
|
||||||
++ acc
|
++ acc
|
||||||
|
Loading…
Reference in New Issue
Block a user