Commit 6e135d66 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack claude-desktop/claude-desktop-wine: mutual Conflicts

parent 16111093
......@@ -11,6 +11,9 @@ PRODUCTDIR=/opt/eepm-wine/claude-desktop-wine
. $(dirname $0)/common.sh
# both wine and native claude-desktop provide /usr/bin/claude-desktop
add_conflicts claude-desktop
add_requires '/usr/bin/wine'
add_bin_link_command $PRODUCT $PRODUCTDIR/run.sh
......
......@@ -6,6 +6,9 @@ SPEC="$2"
. $(dirname $0)/common.sh
# both native and wine claude-desktop provide /usr/bin/claude-desktop
add_conflicts claude-desktop-wine
move_to_opt /usr/lib/claude-desktop
subst 's|/usr/lib/claude-desktop|/opt/claude-desktop|g' $BUILDROOT/usr/bin/$PRODUCT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment