diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-07-21 10:03:32 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-07-21 10:03:32 +0000 |
commit | abf241eee6afc2eb1865bd27c523bd6df51d024a (patch) | |
tree | cb39060525c34f6c7e5462d2468399380722c7ff | |
parent | 13aaf9ce3241fec179fe2b8e43d748cfa7f3dda6 (diff) | |
download | rpm-setup-abf241eee6afc2eb1865bd27c523bd6df51d024a.tar rpm-setup-abf241eee6afc2eb1865bd27c523bd6df51d024a.tar.gz rpm-setup-abf241eee6afc2eb1865bd27c523bd6df51d024a.tar.bz2 rpm-setup-abf241eee6afc2eb1865bd27c523bd6df51d024a.tar.xz rpm-setup-abf241eee6afc2eb1865bd27c523bd6df51d024a.zip |
add make_dm_session macro that calls fndSession1.85
-rw-r--r-- | build.macros.in | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/build.macros.in b/build.macros.in index 490de20..700a37c 100644 --- a/build.macros.in +++ b/build.macros.in @@ -95,6 +95,8 @@ Group: %{group}\ # Update Window Managers session. %_fndsession_bin %{_sbindir}/fndSession %make_session %{nil} +%make_dm_session if [ -x %{_fndsession_bin} ]; then %{_fndsession_bin} || true ; fi \ +%{nil} # For rebuilding gcj-db %_rebuildgcjdb_bin %{_bindir}/rebuild-gcj-db diff --git a/configure.ac b/configure.ac index 69d6b9d..0350b8c 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.84, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.85, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9) AC_CONFIG_SRCDIR |