Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (153471a365a7ff3930679bc128375f122cc45433)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (153471a365a7ff3930679bc128375f122cc45433)
  • Date: Wed, 29 Oct 2008 06:57:54 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/mtr/HISTORY | 3 ++-
net/mtr/INSTALL | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 153471a365a7ff3930679bc128375f122cc45433
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mtr: added icon installation :)

diff --git a/net/mtr/HISTORY b/net/mtr/HISTORY
index 5bb6f7b..2f947e1 100644
--- a/net/mtr/HISTORY
+++ b/net/mtr/HISTORY
@@ -1,7 +1,8 @@
2008-10-29 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.75; fixed descs; quoting paths
* DEPENDS: cleaned up
- * INSTALL: use default_install; quoting paths; remove only `s'
+ * INSTALL: use default_install; quoting paths; remove only `s'; added
+ icon installation :)

2008-09-05 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.74
diff --git a/net/mtr/INSTALL b/net/mtr/INSTALL
index 99561fa..80670a4 100755
--- a/net/mtr/INSTALL
+++ b/net/mtr/INSTALL
@@ -1,5 +1,7 @@
default_install &&

+install -vm 644 img/mtr_icon.xpm "$INSTALL_ROOT/usr/share/pixmaps" &&
+
if [[ $MTR_SUID == n ]]; then
chmod -s "$INSTALL_ROOT/usr/sbin/mtr"
fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (153471a365a7ff3930679bc128375f122cc45433), Vlad Glagolev, 10/29/2008

Archive powered by MHonArc 2.6.24.

Top of Page