]> err.no Git - systemd/commitdiff
Update configure flags, use rootprefix instead of rootdir.
authorMichael Biebl <biebl@debian.org>
Sat, 11 Feb 2012 08:53:25 +0000 (09:53 +0100)
committerTollef Fog Heen <tfheen@err.no>
Sat, 11 Feb 2012 18:49:58 +0000 (19:49 +0100)
debian/changelog
debian/rules

index ad75220d0636ec5f98a60cf061216b7712de340d..741c33f1a7d6fb084858bad75c30a7eee5489238 100644 (file)
@@ -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 <tfheen@debian.org>  Tue, 07 Feb 2012 21:36:34 +0100
 
index db53e120bcb2a7a11b84440e700f0a798d96a5eb..f79567c8744b2de1fa8567b597fee8bad0817780 100755 (executable)
@@ -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 \