diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2009-07-21 09:49:09 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2009-07-21 09:49:09 +0000 |
commit | 7247caf2e6d8a8a1778e402a9c2a8b42f4ad3cf3 (patch) | |
tree | 7dd13a6e4e7a00d5620c23e3eae5e34595f4502c /profiles/prefix/hpux | |
parent | media-libs/mesa: it's not an ebuild's job to add -g to CFLAGS (backport from ... (diff) | |
download | gentoo-2-7247caf2e6d8a8a1778e402a9c2a8b42f4ad3cf3.tar.gz gentoo-2-7247caf2e6d8a8a1778e402a9c2a8b42f4ad3cf3.tar.bz2 gentoo-2-7247caf2e6d8a8a1778e402a9c2a8b42f4ad3cf3.zip |
typo calling 'prefix_hpux-pre_pkg_postinst' while it should have been 'prefix_hpux-post_pkg_preinst'
Diffstat (limited to 'profiles/prefix/hpux')
-rw-r--r-- | profiles/prefix/hpux/profile.bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/prefix/hpux/profile.bashrc b/profiles/prefix/hpux/profile.bashrc index 4330be413e12..73b8c76aab07 100644 --- a/profiles/prefix/hpux/profile.bashrc +++ b/profiles/prefix/hpux/profile.bashrc @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/profile.bashrc,v 1.2 2009/07/14 14:47:31 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/profile.bashrc,v 1.3 2009/07/21 09:49:09 haubi Exp $ # On hpux, binary files (executables, shared libraries) in use # cannot be replaced during merge. @@ -100,7 +100,7 @@ prefix_hpux-pre_pkg_postinst() { } post_pkg_preinst() { - prefix_hpux-pre_pkg_postinst + prefix_hpux-post_pkg_preinst } pre_pkg_postinst() { |