mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
build: fix dev package build
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6a66c5df71
commit
6d00cb7081
@@ -61,6 +61,7 @@ mkdir -p $BUILD_DIR/debian
|
||||
COPYRIGHT="${REPO_DIR}/scripts/packaging/${BRANCH_SUFFIX}/ubuntu/copyright"
|
||||
CONTROL="${REPO_DIR}/scripts/packaging/${BRANCH_SUFFIX}/ubuntu/control"
|
||||
SHLIBS="${REPO_DIR}/scripts/packaging/${BRANCH_SUFFIX}/ubuntu/shlibs.local"
|
||||
DEV_INSTALL="${REPO_DIR}/scripts/packaging/${BRANCH_SUFFIX}/ubuntu/debian/libze-intel-gpu-dev.install"
|
||||
|
||||
cp -pR ${REPO_DIR}/scripts/packaging/ubuntu/debian/* $BUILD_DIR/debian/
|
||||
cp $COPYRIGHT $BUILD_DIR/debian/
|
||||
@@ -68,6 +69,9 @@ cp $CONTROL $BUILD_DIR/debian/
|
||||
if [ -f "${SHLIBS}" ]; then
|
||||
cp $SHLIBS $BUILD_DIR/debian/
|
||||
fi
|
||||
if [ -f "${DEV_INSTALL}" ]; then
|
||||
cp -v $DEV_INSTALL $BUILD_DIR/debian/
|
||||
fi
|
||||
|
||||
if [ "${NEO_BUILD_WITH_L0}" != "TRUE" ]; then
|
||||
rm $BUILD_DIR/debian/libze-intel-gpu1.install
|
||||
|
||||
Reference in New Issue
Block a user