Commit 16111093 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack claude-desktop-wine: fix PRODUCTDIR path mismatch with pack.d

parent 7bd1a6b2
......@@ -5,7 +5,9 @@ BUILDROOT="$1"
SPEC="$2"
PRODUCT=claude-desktop
PRODUCTDIR=/opt/eepm-wine/$PRODUCT
# pack.d/claude-desktop-wine.sh lays files out under claude-desktop-wine/ (the package name),
# keep PRODUCT as the user-visible name but point PRODUCTDIR to the actual location
PRODUCTDIR=/opt/eepm-wine/claude-desktop-wine
. $(dirname $0)/common.sh
......
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