mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Fix
This commit is contained in:
parent
9414e5098b
commit
677afd30e7
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -45,9 +45,9 @@ if [ -n "$1" ] && [ -f "$OMR_FEED/$1/Makefile" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -rf source/bin source/files source/tmp
|
rm -rf source/bin source/files source/tmp
|
||||||
cp -rf root source/files
|
cp -rf root/* source
|
||||||
|
|
||||||
cat >> source/files/etc/banner <<EOF
|
cat >> source/package/base-files/files/etc/banner <<EOF
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
PACKAGE: $OMR_DIST
|
PACKAGE: $OMR_DIST
|
||||||
VERSION: $(git describe --tag --always)
|
VERSION: $(git describe --tag --always)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue