fix: install.sh path (repo root, not parent)
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
# ──────────────────────────────────────────────────────────
|
||||
set -euo pipefail
|
||||
|
||||
REPO_DIR="$(cd "$(dirname "$0")/.." && pwd)"
|
||||
REPO_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
HOUDINI_PREFS="${HOUDINI_USER_PREF_DIR:-$HOME/houdini21.0}"
|
||||
PACKAGES_DIR="$HOUDINI_PREFS/packages"
|
||||
DESCRIPTOR="$PACKAGES_DIR/hermes_houdini_bridge.json"
|
||||
|
||||
Reference in New Issue
Block a user