From 653fddf050941958aeaa49f8e70814a7c0b3fded Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 22 Mar 2011 23:11:20 +0000 Subject: [PATCH] wrapper/install: add -t support Signed-off-by: Otavio Salvador Signed-off-by: Khem Raj --- bin/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/install b/bin/install index ab316f61a4..5cb4071748 100755 --- a/bin/install +++ b/bin/install @@ -3,12 +3,12 @@ . $(dirname $0)/wrapper.sh saved="" -while getopts dbCcMpSsvB:f:g:m:o:D opt; do +while getopts dbCcMpSsvB:f:g:m:o:t:D opt; do case "$opt" in s) # Ignore strip argument ;; - B|f|g|m|o) + B|f|g|m|o|t) save "-$opt" save "$OPTARG" ;; -- 2.39.5