Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Tommy Boatman (650166bd993f0a12bc091d5f9a9228539c3d4ad2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Tommy Boatman <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Tommy Boatman (650166bd993f0a12bc091d5f9a9228539c3d4ad2)
  • Date: Sat, 24 Apr 2010 22:01:48 -0500

GIT changes to master grimoire by Tommy Boatman <tboatman AT sourcemage.org>:

ham/ax25-apps/HISTORY | 3 +++
ham/ax25-apps/INSTALL | 3 ++-
ham/ax25-tools/HISTORY | 3 +++
ham/ax25-tools/INSTALL | 4 +++-
4 files changed, 11 insertions(+), 2 deletions(-)

New commits:
commit 0c09823f543ee97f342eb61af1c15495ebd0b82b
Author: Tommy Boatman <tboatman AT sourcemage.org>
Commit: Tommy Boatman <tboatman AT sourcemage.org>

ax25-tools: fixed install to properly install

commit af22796ec0e6d4a0e888bec9cb6470810c402524
Author: Tommy Boatman <tboatman AT sourcemage.org>
Commit: Tommy Boatman <tboatman AT sourcemage.org>

ax25-tools: fix install to actually install properly

diff --git a/ham/ax25-apps/HISTORY b/ham/ax25-apps/HISTORY
index dd79b4f..9c1f40b 100644
--- a/ham/ax25-apps/HISTORY
+++ b/ham/ax25-apps/HISTORY
@@ -1,4 +1,7 @@
2010-04-24 Tommy Boatman <tboatman AT sourcemage.org>
+ * INSTALL: Fixed to properly install the tools
+
+2010-04-24 Tommy Boatman <tboatman AT sourcemage.org>
* DETAILS: removed BUILD_API=1

2010-04-21 Tommy Boatman <tboatman AT sourcemage.org>
diff --git a/ham/ax25-apps/INSTALL b/ham/ax25-apps/INSTALL
index a411889..5307869 100755
--- a/ham/ax25-apps/INSTALL
+++ b/ham/ax25-apps/INSTALL
@@ -1,4 +1,5 @@
if [[ $CONFIGS == y ]]; then
cd $SOURCE_DIRECTORY &&
make installconf
-fi
+fi &&
+make install
diff --git a/ham/ax25-tools/HISTORY b/ham/ax25-tools/HISTORY
index d990d98..66163af 100644
--- a/ham/ax25-tools/HISTORY
+++ b/ham/ax25-tools/HISTORY
@@ -1,4 +1,7 @@
2010-04-24 Tommy Boatman <tboatman AT sourcemage.org>
+ * INSTALL: fixed to actually install the programs properly
+
+2010-04-24 Tommy Boatman <tboatman AT sourcemage.org>
* DETAILS: Removed BUILD_API=1

2010-04-21 Tommy Boatman <tboatman AT sourcemage.org>
diff --git a/ham/ax25-tools/INSTALL b/ham/ax25-tools/INSTALL
index a411889..ada72d4 100755
--- a/ham/ax25-tools/INSTALL
+++ b/ham/ax25-tools/INSTALL
@@ -1,4 +1,6 @@
if [[ $CONFIGS == y ]]; then
cd $SOURCE_DIRECTORY &&
make installconf
-fi
+fi &&
+make install
+



  • [SM-Commit] GIT changes to master grimoire by Tommy Boatman (650166bd993f0a12bc091d5f9a9228539c3d4ad2), Tommy Boatman, 04/24/2010

Archive powered by MHonArc 2.6.24.

Top of Page