]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed wrong config path in lfs/pam.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 17 May 2009 18:30:32 +0000 (20:30 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 17 May 2009 18:30:32 +0000 (20:30 +0200)
lfs/pam

diff --git a/lfs/pam b/lfs/pam
index 5d794f959a0b0ec2bff6163a42cd406dfea712bd..430da70d5f53469c91fb4cc93d6a90f7c8cbc8db 100644 (file)
--- a/lfs/pam
+++ b/lfs/pam
@@ -94,7 +94,7 @@ $(OBJECT): $(objects)
        useradd -D -b /home
        sed -i 's/yes/no/' /etc/default/useradd
        install -v -m644 $(DIR_CONFIG)/pam/pam_env.conf /etc/security/pam_env.conf
-       cp -vf $(DIR_CONFIG)/$(PKG_NAME)/{login.defs,securetty} /etc
+       cp -vf $(DIR_CONFIG)/pam/{login.defs,securetty} /etc
 
        install -v -d -m755 /etc/pam.d
        cp -vf $(DIR_CONFIG)/pam.d/{other,system-auth} /etc/pam.d/