Files
oak-editor/docker/scripts/common/before_build.sh
T
2026-01-16 21:22:05 +08:00

16 lines
311 B
Bash

#!/usr/bin/env bash
# Copyright (c) Contributors to the aswf-docker Project. All rights reserved.
# Modifications Copyright (C) 2025 mikesolar
# SPDX-License-Identifier: Apache-2.0
set -ex
rm -rf /package
cd "${OLIVE_INSTALL_PREFIX}"
find . -type f -o -type l | cut -c3- > /tmp/previous-prefix-files.txt