summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ham/ax25-tools/HISTORY3
-rwxr-xr-xham/ax25-tools/INSTALL4
2 files changed, 6 insertions, 1 deletions
diff --git a/ham/ax25-tools/HISTORY b/ham/ax25-tools/HISTORY
index d990d98a5a..66163affea 100644
--- a/ham/ax25-tools/HISTORY
+++ b/ham/ax25-tools/HISTORY
@@ -1,4 +1,7 @@
2010-04-24 Tommy Boatman <tboatman@sourcemage.org>
+ * INSTALL: fixed to actually install the programs properly
+
+2010-04-24 Tommy Boatman <tboatman@sourcemage.org>
* DETAILS: Removed BUILD_API=1
2010-04-21 Tommy Boatman <tboatman@sourcemage.org>
diff --git a/ham/ax25-tools/INSTALL b/ham/ax25-tools/INSTALL
index a411889342..ada72d4bdf 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
+