summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-02-16 12:19:42 (EST)
committer P. J. McDermott <pjm@nac.net>2012-02-16 12:19:42 (EST)
commit578f65e0cd6eb8ac4e717c80e1b9a2dd0478d6d7 (patch)
tree196f3c5070bc77043b83761cdbfcf56c68a8f8bf
parent92ed65725a666f3c7400c016c6c4b31e7683dd04 (diff)
Fix path to configure script in build makefile.
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 99e19b5..3ab07bf 100755
--- a/build
+++ b/build
@@ -5,7 +5,7 @@ opkhelper opkhelper-doc: opkhelper.buildstamp
.SILENT: opkhelper.buildstamp
opkhelper.buildstamp:
mkdir build && cd build && \
- ./configure --prefix=/usr && \
+ ../src/configure --prefix=/usr && \
make && make DESTDIR=$$(pwd)/../dest install
oh-installfiles opkhelper opkhelper-doc
oh-installdocs opkhelper