]> err.no Git - util-linux/commitdiff
typo
authorLaMont Jones <lamont@mmjgroup.com>
Sun, 26 Aug 2007 03:46:22 +0000 (21:46 -0600)
committerLaMont Jones <lamont@mmjgroup.com>
Sun, 26 Aug 2007 04:02:57 +0000 (22:02 -0600)
debian/rules

index ab26ebb169fe4503a4567d43fccb533709a7e133..446a1c8998c133d2085a10720f329b528fcca2f6 100755 (executable)
@@ -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