build: Put --prefix before --enable options
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 10 Jun 2012 23:32:32 +0000 (08:32 +0900)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 10 Jun 2012 23:32:32 +0000 (08:32 +0900)
bootstrap-configure

index a3a09ab..4e705bc 100755 (executable)
@@ -7,6 +7,6 @@ fi
 ./bootstrap && \
     ./configure --enable-maintainer-mode \
                --enable-debug \
+               --prefix=/usr \
                --sysconfdir=/etc \
-               --enable-tools \
-               --prefix=/usr $*
+               --enable-tools $*