kopia lustrzana https://gitlab.com/sane-project/backends
Make it easy to update the git-version-gen script
rodzic
c28c9843ed
commit
bb463d642a
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -u
|
||||
# tools/update-upstreams.sh -- files to their latest version
|
||||
# Copyright (C) 2017, 2019 Olaf Meeuwissen
|
||||
# Copyright (C) 2017, 2019, 2021 Olaf Meeuwissen
|
||||
#
|
||||
# License: GPL-3.0+
|
||||
|
||||
|
@ -19,3 +19,8 @@ CONFIG_BASE_URL=https://git.savannah.gnu.org/cgit/config.git/plain
|
|||
for file in config.guess config.sub; do
|
||||
fetch $CONFIG_BASE_URL/$file
|
||||
done
|
||||
|
||||
GNULIB_BASE_URL=https://git.savannah.gnu.org/cgit/gnulib.git/plain
|
||||
fetch $GNULIB_BASE_URL/build-aux/git-version-gen
|
||||
mv git-version-gen tools/
|
||||
chmod 0755 tools/git-version-gen
|
||||
|
|
Ładowanie…
Reference in New Issue