From 8e9067403b73a1382ac57c005a7db6e2b82d9a4c Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Sat, 25 Aug 2007 21:46:22 -0600 Subject: [PATCH] typo --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5