summaryrefslogtreecommitdiff
path: root/watch-versions
diff options
context:
space:
mode:
Diffstat (limited to 'watch-versions')
-rwxr-xr-xwatch-versions3
1 files changed, 2 insertions, 1 deletions
diff --git a/watch-versions b/watch-versions
index 99eff3d..6c01f81 100755
--- a/watch-versions
+++ b/watch-versions
@@ -97,7 +97,8 @@ case "${pkgbase}" in
*)
# It might be a (slightly modified) copy of an upstream package:
# Then we simply take the upstream pkgver.
- if [ "${pkgbase}" = 'linux-olpc-xo1' ]; then
+ if [ "${pkgbase}" = 'linux-olpc-xo1' ] \
+ || [ "${pkgbase}" = 'linux-galileo-gen2' ]; then
_pkgbase='linux'
else
_pkgbase="${pkgbase}"