mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Fix version of coreutils
This commit is contained in:
parent
3733956654
commit
60b9b30efb
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ regenerate_files() {
|
||||||
|
|
||||||
. ../../import-gnulib.sh
|
. ../../import-gnulib.sh
|
||||||
|
|
||||||
VERSION=$(basename "${BASH_SOURCE[0]}" .sh | sed 's/coreutils-//')
|
VERSION=$(basename "${PWD}" | sed 's/coreutils-//')
|
||||||
echo "$VERSION" > .tarball-version
|
echo "$VERSION" > .tarball-version
|
||||||
|
|
||||||
# We don't have autopoint from gettext yet.
|
# We don't have autopoint from gettext yet.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue