New commits:
commit 7b725e457717e2c26cf428fa0708d49ca4eec912
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
shadow: Fails to install de/man8/ with multiple make jobs
diff --git a/security/shadow/HISTORY b/security/shadow/HISTORY
index 0f4f049..fd39bd7 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,3 +1,6 @@
+2010-05-31 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Fails to install de/man8/ with multiple make jobs
+
2009-09-30 Arjan Bouter <abouter AT sourcemage.org>
* INSTALL: make sure the SHADOW_HOME dir exists.
diff --git a/security/shadow/INSTALL b/security/shadow/INSTALL
index 049e6ee..fa2faf1 100755
--- a/security/shadow/INSTALL
+++ b/security/shadow/INSTALL
@@ -1,7 +1,9 @@
# make sure that config files won't get overwritten by install
echo "install:" > etc/Makefile &&
echo "install:" > etc/pam.d/Makefile &&
+make_single &&
make install DESTDIR=$INSTALL_ROOT &&
+make_normal &&