summaryrefslogtreecommitdiffstats
path: root/ham/ax25-tools/INSTALL
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/INSTALL
parent62782d4b015dd2fc9061a090d6bf8991298bb34f (diff)
ax25-tools: fix install to actually install properly
Diffstat (limited to 'ham/ax25-tools/INSTALL')
-rwxr-xr-xham/ax25-tools/INSTALL4
1 files changed, 3 insertions, 1 deletions
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
+