From: LaMont Jones Date: Sun, 26 Aug 2007 03:46:22 +0000 (-0600) Subject: typo X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e9067403b73a1382ac57c005a7db6e2b82d9a4c;p=util-linux typo --- diff --git a/debian/rules b/debian/rules index ab26ebb1..446a1c89 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -DISTRO=$(shell lsb_release -is 2>/dev/null || echo Debian) +DISTRO :=$(shell lsb_release -is 2>/dev/null || echo Debian) ifndef DEB_HOST_ARCH DEB_BUILD_ARCH := $(shell dpkg --print-installation-architecture) @@ -24,7 +24,7 @@ CONFOPTS= --enable-raw --enable-rdev --enable-partx --with-slang ifeq ($(DEB_HOST_ARCH_OS),linux) CONFOPTS += --with-selinux endif -ifneq($(DISTRO),Debian) +ifneq ($(DISTRO),Debian) CONFOPTS += --with-fsprobe=volume_id endif