1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00
This commit is contained in:
Ycarus 2018-01-23 16:57:04 +01:00
parent 9414e5098b
commit 677afd30e7

View file

@ -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)