[1;33m[WARNING][0m No existing semantic tags found. Starting from v0.0.0
v0.0.1 - Reorganize ISO build tree, add docs/plans/scripts, and stage Phase 2 Slice B+C service integration artifacts
This commit is contained in:
@@ -1,11 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Live-build wrapper script
|
||||
# This script allows you to run live-build commands from the local repository
|
||||
# without needing to type the full path each time
|
||||
|
||||
# Set the LIVE_BUILD environment variable to point to our local repository
|
||||
export LIVE_BUILD="/home/teknari/Sync/Programming/VibeCoding/n_os_tr/live-build"
|
||||
|
||||
# Execute the lb command from our repository with all passed arguments
|
||||
# Live-build wrapper — points at the vendored live-build repo
|
||||
export LIVE_BUILD="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/live-build"
|
||||
exec "${LIVE_BUILD}/frontend/lb" "$@"
|
||||
|
||||
Reference in New Issue
Block a user