summaryrefslogtreecommitdiffstats
path: root/bin/misc-functions.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-17 19:59:23 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-17 19:59:23 -0700
commit1d9b8968460c4bdb44daeda3454ef0ef5035c398 (patch)
tree49f266dd59a7509eae43b18889c61d7a5c1c5a86 /bin/misc-functions.sh
parent8bdba93c1a5d3b7500dec73a12fa9c40b43b9e2a (diff)
downloadportage-1d9b8968460c4bdb44daeda3454ef0ef5035c398.tar.gz
portage-1d9b8968460c4bdb44daeda3454ef0ef5035c398.tar.bz2
portage-1d9b8968460c4bdb44daeda3454ef0ef5035c398.zip
doebuild: update environment.bz2 for pre/postinstv2.2.0_alpha129
Also, remove unnecessary __dyn_preinst func.
Diffstat (limited to 'bin/misc-functions.sh')
-rwxr-xr-xbin/misc-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index 486b8d29a..1159ca523 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -1082,7 +1082,7 @@ preinst_selinux_labels() {
return 1
fi
if has selinux ${FEATURES}; then
- # SELinux file labeling (needs to always be last in __dyn_preinst)
+ # SELinux file labeling (needs to execute after preinst)
# only attempt to label if setfiles is executable
# and 'context' is available on selinuxfs.
if [ -f /selinux/context -o -f /sys/fs/selinux/context ] && \