Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 10585] kdebase: /usr/share/config/kdmrc is overwritten by recast

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 10585] kdebase: /usr/share/config/kdmrc is overwritten by recast
  • Date: 28 Feb 2006 19:07:08 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=10585





------- Additional Comments From jakakranjc AT email.si 2006-02-28 13:07 -------
I made it save and restore the config, only if one is recasting a spell. So
if
the version is different, it will be deleted just like the kde people want.

Although, maybe it could be tracked with install_config_file now?

PREBUILD:
default_pre_build &&

if [[ $VERSION == `installed_version $SPELL` ]]; then
cp $INSTALL_ROOT/usr/share/config/kdm/kdmrc $TMP_DIR
fi

INSTALL:
default_install &&

if [[ -e $TMP_DIR/kdmrc ]]; then
mv $TMP_DIR/kdmrc $INSTALL_ROOT/usr/share/config/kdm/kdmrc
fi



--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page