summaryrefslogtreecommitdiffstats
path: root/ham/ax25-tools
diff options
context:
space:
mode:
authorTommy Boatman2010-04-24 21:59:48 -0500
committerTommy Boatman2010-04-24 21:59:48 -0500
commitaf22796ec0e6d4a0e888bec9cb6470810c402524 (patch)
tree7c272c02edc23f37604f8ce6fcd508f28a698aa2 /ham/ax25-tools
parent62782d4b015dd2fc9061a090d6bf8991298bb34f (diff)
ax25-tools: fix install to actually install properly
Diffstat (limited to 'ham/ax25-tools')
-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
+