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

Tommy Boatman scm at sourcemage.org
Sat Apr 24 23:01:48 EDT 2010


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
+



More information about the SM-Commit mailing list