Stanislav Brabec
c29cfd5882
- Fixed minor bugs in companion scripts. OBS-URL: https://build.opensuse.org/package/show/Base:System/translation-update-upstream?expand=0&rev=5
11 lines
297 B
Bash
11 lines
297 B
Bash
#!/bin/bash
|
|
if test -z "$PACKAGE" ; then
|
|
echo "This is a hook file for upstream-collect.sh. It cannot be called separately."
|
|
exit 255
|
|
fi
|
|
|
|
# Hack for compiz that has a non-standard po location
|
|
if test $DOMAIN = compiz ; then
|
|
RPMPODIR=$(echo $RPMPKGDIR/BUILD/compiz/compiz-*/${DIR#*/})
|
|
fi
|