[Lunar-commits] <moonbase> coreutils: remove the mktemp rebuild from POST_INSTALL.
Florin Braescu
florin at lunar-linux.org
Sun Jan 18 20:04:31 CET 2009
commit c71696874fac5469482a0c17cfd37925112b232d
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Jan 18 21:04:31 2009 +0200
coreutils: remove the mktemp rebuild from POST_INSTALL.
---
utils/coreutils/POST_INSTALL | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/utils/coreutils/POST_INSTALL b/utils/coreutils/POST_INSTALL
index f5a70da..52a2db4 100644
--- a/utils/coreutils/POST_INSTALL
+++ b/utils/coreutils/POST_INSTALL
@@ -21,7 +21,7 @@ OLDVER=`installed_version $MODULE`
OLDVERA=`echo $OLDVER | cut -d. -f1`
OLDVERB=`echo $OLDVER | cut -d. -f2`
if [ "$OLDVERA" -le 6 ] && [ "$OLDVERB" -lt 10 ]; then
- lin shadow procps mktemp
+ lin shadow procps
if module_installed net-tools ; then
lin net-tools
fi
More information about the Lunar-commits
mailing list