From ca69a7c87555cad47a91a9d3932c0d30b9658302 Mon Sep 17 00:00:00 2001 From: David Baudens Date: Wed, 30 Jul 2003 15:31:35 +0000 Subject: Fix %post (thanks to Pixel) --- mandrake_desk.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'mandrake_desk.spec') diff --git a/mandrake_desk.spec b/mandrake_desk.spec index 07c87a0..5d16822 100644 --- a/mandrake_desk.spec +++ b/mandrake_desk.spec @@ -1,7 +1,7 @@ Summary: The Desktop configuration files for Mandrake Linux Name: mandrake_desk -Version: 9.1 -Release: 6mdk +Version: 9.2 +Release: 1mdk License: GPL URL: http://www.mandrakelinux.com/ Group: System/Configuration/Other @@ -113,7 +113,7 @@ if [ -f %_sysconfdir/X11/window-managers.rpmsave ];then %_sbindir/convertsession -f %_sysconfdir/X11/window-managers.rpmsave || : fi # Create a link to allow users to access to Mandrake's backgrounds from KDE -[ ! -d %_datadir/wallpapers ] && install -d 0755 %_datadir/wallpapers +[ ! -d %_datadir/wallpapers ] && install -d -m 0755 %_datadir/wallpapers [ ! -e %_datadir/wallpapers/mandrake-linux ] && ln -s %_datadir/mdk/backgrounds/ %_datadir/wallpapers/mandrake-linux %update_menus @@ -166,6 +166,9 @@ rm -fr %buildroot %changelog +* Wed Jul 30 2003 David Baudens 9.2-1mdk +- Fix %post (thanks to Pixel) + * Fri Jun 13 2003 Frederic Crozat - 9.1-6mdk - gdm session format has changed, fix chksession -- cgit v1.2.1