summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-07-31 20:01:43 +0000
committerSamuli Suominen <drac@gentoo.org>2008-07-31 20:01:43 +0000
commit161b44947dd4cb417918e505fbffbf92e00b1539 (patch)
tree6e21052a9ebd1555329347df8f71d09e7af3e815 /eclass
parentAdd USE flag description to metadata wrt GLEP 56. (diff)
downloadgentoo-2-161b44947dd4cb417918e505fbffbf92e00b1539.tar.gz
gentoo-2-161b44947dd4cb417918e505fbffbf92e00b1539.tar.bz2
gentoo-2-161b44947dd4cb417918e505fbffbf92e00b1539.zip
Replace touch with bash redirection, so that it doesn't depend on coreutils. It doesn't have to.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/libtool.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass
index 18f9006ebd9b..29251aa430e3 100644
--- a/eclass/libtool.eclass
+++ b/eclass/libtool.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.80 2007/09/15 06:55:42 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.81 2008/07/31 20:01:43 drac Exp $
#
# Maintainer: base-system@gentoo.org
#
@@ -346,7 +346,7 @@ elibtoolize() {
[[ -f ${x}/libtool ]] && rm -f "${x}/libtool"
- touch "${x}/.elibtoolized"
+ >> "${x}/.elibtoolized"
done
cd "${start_dir}"