aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-03-22 23:11:20 +0000
committerKhem Raj <raj.khem@gmail.com>2011-03-22 15:45:07 -0700
commit653fddf050941958aeaa49f8e70814a7c0b3fded (patch)
tree4a5343858fe4234ceb1cd4019ab2a0dd2e67e1ef /bin
parent3aaa064fbbed5809aeac9373eeaab235712b6ae7 (diff)
downloadopenembedded-653fddf050941958aeaa49f8e70814a7c0b3fded.tar.gz
wrapper/install: add -t support
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/install4
1 files 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"
;;