Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 10919] kdebase 3.5.2 fails on compile

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 10919] kdebase 3.5.2 fails on compile
  • Date: 13 Apr 2006 22:59:50 -0000

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





------- Additional Comments From iuso AT sourcemage.org 2006-04-13 17:59 -------
Might aswell paste this here for all to see.

# Backup existing kdm dir
if spell_ok $SPELL; then
OLD_VERSION=$(installed_version $SPELL) &&
if [[ ${VERSION:0:3} == ${OLD_VERSION:0:3} ]] &&
[[ -d "$INSTALL_ROOT/usr/share/config/kdm" ]]; then
mkdir -p $TMP_DIR/kdm &&
echo "Backing up configuration files..." &&
mv $INSTALL_ROOT/usr/share/config/kdm/{background,kdm}rc \
$TMP_DIR/kdm &&
rm -rf $INSTALL_ROOT/usr/share/config/kdm
fi
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