From 578f65e0cd6eb8ac4e717c80e1b9a2dd0478d6d7 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 16 Feb 2012 12:19:42 -0500 Subject: Fix path to configure script in build makefile. --- 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 -- cgit v0.9.1