forked from pool/desktop-file-utils
Accepting request 533327 from X11:common:Factory
1 OBS-URL: https://build.opensuse.org/request/show/533327 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/desktop-file-utils?expand=0&rev=58
This commit is contained in:
commit
2cbecae131
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 16:01:45 CEST 2017 - sbrabec@suse.com
|
||||
|
||||
- suse-update-mime-defaults: Do not be confused by "r" environment
|
||||
variable. Requires DESTDIR=/foo command line argument instead
|
||||
(boo#1049867).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 22 10:07:09 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
@ -18,6 +18,14 @@
|
||||
|
||||
export LC_ALL=C
|
||||
|
||||
r=
|
||||
case $1 in
|
||||
DESTDIR=* )
|
||||
r=`echo "$1" | sed s/^DESTDIR=//`
|
||||
shift
|
||||
;;
|
||||
esac
|
||||
|
||||
# reset XDG_DATA_DIRS so it can be trusted
|
||||
unset XDG_DATA_DIRS
|
||||
if [ "${PROFILEREAD}" != "true" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user