From: Michael Tremer Date: Fri, 8 May 2009 11:49:29 +0000 (+0200) Subject: lfs/shadow: Fixed some whitespace that caused errors parsing this file. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2221b1efcbf8e183a638824f204d6ec8ef638db7;p=ipfire-3.x.git lfs/shadow: Fixed some whitespace that caused errors parsing this file. --- diff --git a/lfs/shadow b/lfs/shadow index 9ae31574b..63af2623a 100644 --- a/lfs/shadow +++ b/lfs/shadow @@ -32,13 +32,6 @@ THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.bz2 DIR_APP = $(DIR_SRC)/$(THISAPP) -ifneq "$(STAGE)" "base" - CONFIGURE_ARGS = --with-libpam - EXTRA_DEPS = pam -else - CONFIGURE_ARGS = --without-libpam -endif - OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) MAINTAINER = @@ -53,11 +46,18 @@ LICENSE = GPLv2+ SHORT_DESC = Utilities to deal with user accounts. define LONG_DESC - The shadow-utils package includes the necessary programs \ + The shadow-utils package includes the necessary programs \ for converting UNIX password files to the shadow password \ - format, plus programs for managing user and group accounts. + format, plus programs for managing user and group accounts. endef +ifneq "$(STAGE)" "base" + CONFIGURE_ARGS = --with-libpam + EXTRA_DEPS = pam +else + CONFIGURE_ARGS = --without-libpam +endif + ############################################################################### # Top-level Rules ############################################################################### @@ -74,7 +74,9 @@ info: install: $(OBJECT) package: +ifneq "$(STAGE)" "base" @$(DO_PACKAGE) +endif $(objects): @$(LOAD)