Skip to Content.
Sympa Menu

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

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 (4409dfeac8c8381ea159b2b2df38bf65a60689b3)
  • Date: Sun, 5 Oct 2014 22:07:08 -0500

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

http/dwb/INSTALL | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

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

http/dwb/INSTALL: fixed the "fix"

diff --git a/http/dwb/INSTALL b/http/dwb/INSTALL
index 9a0b497..107c3eb 100755
--- a/http/dwb/INSTALL
+++ b/http/dwb/INSTALL
@@ -1,5 +1,5 @@
if is_depends_enabled $SPELL gtk+3 ; then
- make GTK=3 DESTDIR=${INSTALL_ROOT}/usr install
+ make GTK=3 install
else
- make DESTDIR=${INSTALL_ROOT}/usr install
+ make install
fi



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

Archive powered by MHonArc 2.6.24.

Top of Page