Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (2f86cdec61207991e6405c8cf515b2f85beaa996)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (2f86cdec61207991e6405c8cf515b2f85beaa996)
  • Date: Sun, 5 Oct 2014 21:42:48 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 2 +-
http/dwb/INSTALL | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 2f86cdec61207991e6405c8cf515b2f85beaa996
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

http/dwb: fixed a typo in grimoire's ChangeLog, replaced PREFIX with
DESTDIR in INSTALL

diff --git a/ChangeLog b/ChangeLog
index fd5bf44..eb2064d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
2014-10-05 Pol Vinogradov <vin.public AT gmail.com>
- * http/dwb: new spell, a WebKt based browser
+ * http/dwb: new spell, a WebKit based browser

2014-10-02 Vlad Glagolev <stealth AT sourcemage.org>
* utils/ulimits: new spell, user limits utility
diff --git a/http/dwb/INSTALL b/http/dwb/INSTALL
index 4742d9b..9a0b497 100755
--- a/http/dwb/INSTALL
+++ b/http/dwb/INSTALL
@@ -1,5 +1,5 @@
if is_depends_enabled $SPELL gtk+3 ; then
- make GTK=3 PREFIX=${INSTALL_ROOT}/usr install
+ make GTK=3 DESTDIR=${INSTALL_ROOT}/usr install
else
- make PREFIX=${INSTALL_ROOT}/usr install
+ make DESTDIR=${INSTALL_ROOT}/usr install
fi



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (2f86cdec61207991e6405c8cf515b2f85beaa996), Pol Vinogradov, 10/05/2014

Archive powered by MHonArc 2.6.24.

Top of Page