6032b48c922e797df5cb12da25a3ae87d18f6fd9
[portage.git] / bin / ebuild-helpers / prepallstrip
1 #!/bin/bash
2 # Copyright 1999-2011 Gentoo Foundation
3 # Distributed under the terms of the GNU General Public License v2
4
5 [[ " ${USE} " == *" prefix "* ]] || \
6         case "$EAPI" in 0|1|2) ED=${D} ;; esac
7
8 exec prepstrip "${ED}"