From 1dbcb8bf077bc6b431c385026854c290d2a46ce6 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 11 Feb 2012 09:53:25 +0100 Subject: [PATCH] Update configure flags, use rootprefix instead of rootdir. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ad75220d..741c33f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ systemd (40-1) unstable; urgency=low recent enough versions. Closes: #657284 * Add packages for libsystemd-journal and libsystemd-id128. * Update symbols file for libsystemd-login. + * Update configure flags, use rootprefix instead of rootdir. -- Tollef Fog Heen Tue, 07 Feb 2012 21:36:34 +0100 diff --git a/debian/rules b/debian/rules index db53e120..f79567c8 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ override_dh_auto_configure: dh_auto_configure -- \ - --with-rootdir= \ + --with-rootprefix= \ --with-rootlibdir=/lib \ --with-udevrulesdir=/lib/udev/rules.d \ --enable-gtk \ -- 2.39.5