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

case "$EAPI" in 0|1|2) ED=${D} ;; esac

exec prepstrip "${ED}"