diff options
author | P. 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) |
commit | 578f65e0cd6eb8ac4e717c80e1b9a2dd0478d6d7 (patch) | |
tree | 196f3c5070bc77043b83761cdbfcf56c68a8f8bf | |
parent | 92ed65725a666f3c7400c016c6c4b31e7683dd04 (diff) |
Fix path to configure script in build makefile.
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |