2 changed files with 5 additions and 12 deletions
@ -1,11 +0,0 @@
|
||||
#!/bin/bash |
||||
set -x |
||||
|
||||
PKG_BUILD_NAME=$1 |
||||
PKG_BUILD_ROOT=$(realpath `pwd`/${PKG_BUILD_NAME}) |
||||
STX_BASE=$(realpath ${MY_REPO}/stx) |
||||
SRC=$(realpath ${STX_BASE}/ha/service-mgmt/sm) |
||||
|
||||
mkdir ${PKG_BUILD_NAME} |
||||
pushd ${PKG_BUILD_NAME} |
||||
cp -pr ${SRC}/{src,scripts,Makefile} ${PKG_BUILD_ROOT}/ |
Loading…
Reference in new issue