You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
23
external/llvm/scripts/ci/package.sh
vendored
23
external/llvm/scripts/ci/package.sh
vendored
@ -1,23 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
# Requires packages:
|
||||
# devscripts cmake ninja git
|
||||
|
||||
TOP_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/../../" && pwd )"
|
||||
|
||||
echo "MAKING DEB"
|
||||
|
||||
mkdir -p $TOP_DIR/build/mono-llvm-6.0
|
||||
pushd $TOP_DIR/build/mono-llvm-6.0
|
||||
|
||||
cp -r $TOP_DIR/scripts/ci/debian debian
|
||||
|
||||
dpkg-buildpackage -d -us -uc
|
||||
|
||||
popd # $TOP_DIR/build/mono-llvm-6.0
|
||||
|
||||
echo "DONE"
|
||||
|
||||
|
Reference in New Issue
Block a user