aboutsummaryrefslogtreecommitdiff
blob: 28320d975ae9b5035cd32f91102e552191060901 (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

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

exec prepstrip "${ED}"