mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
mkpkg: use full rev
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
echo "getting sources..."
|
||||
if [ ! -d libcec.git ]; then
|
||||
@@ -10,7 +11,7 @@ echo "getting sources..."
|
||||
|
||||
cd libcec.git
|
||||
git pull
|
||||
GIT_REV=`git log -n1 --format=%h`
|
||||
GIT_REV=`git log -n1 --format=%H`
|
||||
cd ..
|
||||
|
||||
echo "copying sources..."
|
||||
|
||||
Reference in New Issue
Block a user