aboutsummaryrefslogtreecommitdiff
path: root/audio/shoutcast/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'audio/shoutcast/pkg-install')
-rw-r--r--audio/shoutcast/pkg-install7
1 files changed, 1 insertions, 6 deletions
diff --git a/audio/shoutcast/pkg-install b/audio/shoutcast/pkg-install
index 75387ad52143..2b6c96b93a64 100644
--- a/audio/shoutcast/pkg-install
+++ b/audio/shoutcast/pkg-install
@@ -8,12 +8,7 @@ SC_GROUP=shoutcast
SC_USER=shoutcast
SC_SHELL=/bin/sh
SC_HOME=/nonexistent
-
-if [ -n "${DESTDIR}" ] ; then
- PW="/usr/sbin/chroot ${DESTDIR} /usr/sbin/pw"
-else
- PW="/usr/sbin/pw"
-fi
+PW="/usr/sbin/pw"
if ! ${PW} show group ${SC_GROUP} -q >/dev/null; then
gid=210