Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15375] python 2.6.1 fails to install with castfs

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 15375] python 2.6.1 fails to install with castfs
  • Date: 15 Sep 2011 22:23:08 -0000

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





--- Comment #6 from Jaka Kranjc <svn AT lynxlynx.info> 2011-09-15 17:23:07 ---
Like this, but it could be simplified:
cp -dv "$SOURCE_DIRECTORY/anywhere/$INSTALL_ROOT"/usr/lib/libpython2.?.so
"$INSTALL_ROOT/usr/lib/" &&
rm "$SOURCE_DIRECTORY/anywhere/$INSTALL_ROOT"/usr/lib/libpython2.7.so &&
cp -av "$SOURCE_DIRECTORY/anywhere/$INSTALL_ROOT"/usr/lib/*
"$INSTALL_ROOT/usr/lib/" &&
cp -av "$SOURCE_DIRECTORY/anywhere/$INSTALL_ROOT/usr/include"
"$INSTALL_ROOT/usr/" &&
cp -av "$SOURCE_DIRECTORY/anywhere/$INSTALL_ROOT/usr/bin" "$INSTALL_ROOT/usr/"
&&
cp -av "$SOURCE_DIRECTORY/anywhere/$INSTALL_ROOT/usr/share"
"$INSTALL_ROOT/usr/
&&

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




Archive powered by MHonArc 2.6.24.

Top of Page