]> git.proxmox.com Git - mirror_zfs-debian.git/commitdiff
Accomodate udev autotools changes in packaging.
authorDarik Horn <dajhorn@vanadac.com>
Tue, 9 Aug 2011 06:00:45 +0000 (01:00 -0500)
committerDarik Horn <dajhorn@vanadac.com>
Tue, 9 Aug 2011 06:17:01 +0000 (01:17 -0500)
Change the configure parameter from --prefix='/' to --prefix='' in
the rules file.

Remove the /etc/udev/rules.d path in the install file.

See commits:

  SHA: 12d06bac9b22b11d8a322dfea4bdb50b106c254f
  SHA: de0a1c099b7dc6722eb428838e893a4d9490a21e

debian/rules
debian/zfsutils.install

index e90ce8507086a0bdf21e4fd4d5a6b008bf709509..5b690ac1df564e2e153a1780f025b1495e52aa39 100755 (executable)
@@ -9,8 +9,7 @@ VERSION := $(shell awk '/^Version:/{print $$2}' META)
 override_dh_auto_configure:
        # Build the userland, but don't build the kernel modules.
        ./configure \
-         --prefix=/ \
-         --bindir=/lib/udev \
+         --prefix='' \
          --libexecdir=/usr/libexec \
          --libdir=/lib \
          --includedir=/usr/include \
index 948a4c25f5e5eb8a53b4d659067f3cf0da0f5f86..0fda1dba1d13822e16922d81aee0c33fc5e9adfc 100644 (file)
@@ -1,4 +1,3 @@
-etc/udev/rules.d/*.rules lib/udev/rules.d/
 etc/zfs/zdev.conf
 sbin
 lib/udev