File: before_build.sh

package info (click to toggle)
olive-editor 20221024%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 42,416 kB
  • sloc: cpp: 82,612; ansic: 4,893; sh: 530; python: 27; xml: 7; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
# Copyright (c) Contributors to the aswf-docker Project. All rights reserved.
# 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