summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-11 13:52:32 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-11 13:52:32 (EDT)
commitb9b97f2b4ea0f8fcb412fb4302b1834669e2cfd8 (patch)
tree29b04056016efef4e6627c547bbf05fde3fe957b
parent5791732dc8affa5f49bee7f5141bbeb60482083d (diff)
Fix an Automake target name.
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index c1133d3..0e16deb 100755
--- a/build
+++ b/build
@@ -8,7 +8,7 @@ build:
install:
cd src && \
- make DESTDIR="$$(pwd)/../dest" install-exec && \
+ make DESTDIR="$$(pwd)/../dest" install && \
cd ..
#oh-strip -g
oh-installfiles