Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (50da6f6f42b2e1e7c4a66dbf0344a4dc841a3103)

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 binary grimoire by Vlad Glagolev (50da6f6f42b2e1e7c4a66dbf0344a4dc841a3103)
  • Date: Sat, 23 Sep 2017 17:12:21 +0000

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

bin-http/palemoon-bin/HISTORY | 3 +++
bin-http/palemoon-bin/INSTALL | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 50da6f6f42b2e1e7c4a66dbf0344a4dc841a3103
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

palemoon-bin: corrected typo in icon linking

diff --git a/bin-http/palemoon-bin/HISTORY b/bin-http/palemoon-bin/HISTORY
index 3b55fab..33c3853 100644
--- a/bin-http/palemoon-bin/HISTORY
+++ b/bin-http/palemoon-bin/HISTORY
@@ -1,3 +1,6 @@
+2017-09-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * INSTALL: corrected typo
+
2017-09-05 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS, {PRE_,}BUILD, INSTALL, PROVIDES, CONFLICTS,
trava90.gpg: created spell, version 27.4.2
diff --git a/bin-http/palemoon-bin/INSTALL b/bin-http/palemoon-bin/INSTALL
index 3e4e932..d40ce88 100755
--- a/bin-http/palemoon-bin/INSTALL
+++ b/bin-http/palemoon-bin/INSTALL
@@ -2,7 +2,7 @@ cp -dRv palemoon "${INSTALL_ROOT}/opt" &&

for size in 16 32 48; do
mkdir -vp "${INSTALL_ROOT}/usr/share/icons/hicolor/${size}x${size}/apps" &&
- ln -vsf
"${TRACK_ROOT}/opt/palemoon/palemoon/browser/chrome/icons/default/default${size}.png"
\
+ ln -vsf
"${TRACK_ROOT}/opt/palemoon/browser/chrome/icons/default/default${size}.png" \

"${INSTALL_ROOT}/usr/share/icons/hicolor/${size}x${size}/apps/palemoon.png"
done &&




  • [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (50da6f6f42b2e1e7c4a66dbf0344a4dc841a3103), Vlad Glagolev, 09/23/2017

Archive powered by MHonArc 2.6.24.

Top of Page