]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
lfs/shadow: Fixed some whitespace that caused errors parsing this file.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 8 May 2009 11:49:29 +0000 (13:49 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 8 May 2009 11:49:29 +0000 (13:49 +0200)
lfs/shadow

index 9ae31574b2fed80546de83edca9fb9467095aabf..63af2623ae3f7401d8adf82ccfc81af8e1ec1383 100644 (file)
@@ -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)