Accepting request 251514 from X11:common:Factory
- fix find call, type expects one char OBS-URL: https://build.opensuse.org/request/show/251514 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/update-desktop-files?expand=0&rev=93
This commit is contained in:
commit
4d109013d4
@ -23,7 +23,7 @@ if ! test -w $BASEDIR; then
|
||||
fi
|
||||
|
||||
find /$RPM_BUILD_ROOT/usr/share /$RPM_BUILD_ROOT/etc/xdg/autostart/ \
|
||||
-type -f \( -name '*.desktop' -o -name .directory \) 2>/dev/null | while read -r FILE; do
|
||||
-type f \( -name '*.desktop' -o -name .directory \) 2>/dev/null | while read -r FILE; do
|
||||
|
||||
if grep -q ^X-SuSE-translate= "$FILE"; then
|
||||
echo "DEBUG: $FILE contains X-SuSE-translate - skipping" >&2
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 08:29:33 UTC 2014 - coolo@suse.com
|
||||
|
||||
- fix find call, type expects one char
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 24 11:59:42 UTC 2014 - gber@opensuse.org
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user