From 93c9a299a23bb99f87f26a6d9c6e72d40b1ca56b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 11 Jan 2008 05:14:43 +0000 Subject: Bug #203887 - Implement RESTRICT=installsources for binaries that are not compatible with debugedit. svn path=/main/trunk/; revision=9167 --- bin/prepstrip | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/prepstrip') diff --git a/bin/prepstrip b/bin/prepstrip index a5d4278de..bc2fa79cf 100755 --- a/bin/prepstrip +++ b/bin/prepstrip @@ -32,6 +32,7 @@ fi save_elf_sources() { hasq installsources ${FEATURES} || return 0 + hasq installsources ${RESTRICT} && return 0 type -P debugedit >/dev/null || return 0 local x=$1 -- cgit v1.2.3-1-g7c22