diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-13 21:29:53 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-13 21:29:53 +0000 |
commit | 3c31ec887375b1ecf58c5219a58ce0085ff6f270 (patch) | |
tree | 0902e4f806b65c4f61532bcaee8fc967c5a53e48 | |
parent | 6eff2519aea8c70936bbb1d4e718b403bd024cef (diff) | |
download | control-center-3c31ec887375b1ecf58c5219a58ce0085ff6f270.tar control-center-3c31ec887375b1ecf58c5219a58ce0085ff6f270.tar.gz control-center-3c31ec887375b1ecf58c5219a58ce0085ff6f270.tar.bz2 control-center-3c31ec887375b1ecf58c5219a58ce0085ff6f270.tar.xz control-center-3c31ec887375b1ecf58c5219a58ce0085ff6f270.zip |
- replace /etc/mcc with /etc/mcc.conf (?)
- create the ghost file at build time to make rpm happy
-rw-r--r-- | drakconf.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drakconf.spec b/drakconf.spec index a2a82d83..6f8a885a 100644 --- a/drakconf.spec +++ b/drakconf.spec @@ -66,6 +66,9 @@ bzcat %SOURCE3 > %buildroot/%_liconsdir/drakconf.png #this allow user to use drakconf ln -sf %_bindir/drakconf %buildroot/%_sbindir/drakconf +install -d %buildroot/etc +touch %buildroot/etc/mcc.conf + %post %update_menus @@ -81,7 +84,7 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root) %doc COPYING -%config(noreplace) %ghost /etc/mcc +%config(noreplace) %ghost /etc/mcc.conf %_bindir/* %_sbindir/* %_menudir/drakconf @@ -99,6 +102,8 @@ rm -rf $RPM_BUILD_ROOT %changelog * Tue Aug 13 2002 Pixel <pixel@mandrakesoft.com> 9.0-0.6mdk - add WebDAV entry +- replace /etc/mcc with /etc/mcc.conf (?) +- create the ghost file at build time to make rpm happy * Mon Aug 12 2002 Daouda LO <daouda@mandrakesoft.com> 9.0-0.5mdk - cleanups |