diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-08-11 12:53:50 -0400 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-08-25 10:06:49 +0200 |
commit | 3b7e5a42f5abecb903a9d730d163d704520efb07 (patch) | |
tree | daec55145477bcec69273e03d5c9ff10c10a4137 /debian | |
parent | 9a79e09a5e5e487d48c71f909cfd0432c7c785f7 (diff) | |
download | nx-libs-3b7e5a42f5abecb903a9d730d163d704520efb07.tar.gz nx-libs-3b7e5a42f5abecb903a9d730d163d704520efb07.tar.bz2 nx-libs-3b7e5a42f5abecb903a9d730d163d704520efb07.zip |
debian/rules: Re-order configure options for the sake of more beauty.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 91965c66f..925c98f08 100755 --- a/debian/rules +++ b/debian/rules @@ -11,8 +11,8 @@ export LIBEXECDIR = "$(LIBDIR)/nx/bin" export INCLUDEDIR = "/usr/include/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)" %: - CONFIGURE="./configure --prefix=/usr \ - --disable-silent-rules \ + CONFIGURE="./configure --disable-silent-rules \ + --prefix=/usr \ --libdir=$(LIBDIR) \ --includedir=$(INCLUDEDIR) \ --libexecdir=$(LIBEXECDIR)" dh $@ --with quilt |