Stanislav Brabec
d9cd30a84e
OBS-URL: https://build.opensuse.org/package/show/Base:System/translation-update-upstream?expand=0&rev=33
20 lines
506 B
Diff
20 lines
506 B
Diff
--- translation-update-upstream-embedded.sh
|
|
+++ translation-update-upstream-embedded.sh
|
|
@@ -44,6 +44,7 @@
|
|
fi
|
|
}
|
|
|
|
+BASE_DIR=$PWD
|
|
DIR=${1:-po}
|
|
DOMAIN=$2
|
|
|
|
@@ -144,7 +145,7 @@
|
|
echo "WARNING: Missing $DOMAIN in translation-update-upstream configuration! No updates available."
|
|
fi
|
|
else
|
|
- echo "ERROR: Package translation-update-upstream is not installed. Please update your BuildRequires!"
|
|
+ echo "ERROR: Incorrect use of translation-update-upstream-embedded!"
|
|
exit 1
|
|
fi
|
|
fi
|