summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/prepallstrip
blob: 6032b48c922e797df5cb12da25a3ae87d18f6fd9 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

[[ " ${USE} " == *" prefix "* ]] || \
	case "$EAPI" in 0|1|2) ED=${D} ;; esac

exec prepstrip "${ED}"