From: Michael Biebl Date: Sat, 11 Feb 2012 08:53:25 +0000 (+0100) Subject: Update configure flags, use rootprefix instead of rootdir. X-Git-Tag: 43-1~41 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dbcb8bf077bc6b431c385026854c290d2a46ce6;p=systemd Update configure flags, use rootprefix instead of rootdir. --- 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 \