diff --git a/xorg-x11-server.changes b/xorg-x11-server.changes index 948888c..69147c5 100644 --- a/xorg-x11-server.changes +++ b/xorg-x11-server.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 10 00:50:00 UTC 2014 - Led + +- fix bashism in post script + ------------------------------------------------------------------- Mon Oct 27 07:45:14 UTC 2014 - sndirsch@suse.com diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index 3555311..179357b 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -380,7 +380,7 @@ if [ -f etc/X11/xorg.conf -a ! -f etc/X11/xorg.conf.sle11 ]; then echo "xorg.conf exists and xorg.conf.sle11 does not" if grep -q "SaX generated X11 config file" etc/X11/xorg.conf; then echo "move SaX generated xorg.conf to xorg.conf.sle11" - mv etc/X11/xorg.conf{,.sle11} + mv etc/X11/xorg.conf etc/X11/xorg.conf.sle11 # remove dangling link (bnc#879360, comment#15) rm -f etc/X11/XF86Config # prevent %postun of NVIDIA/fglrx driver packages from restoring xorg.conf