aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-03-22 23:11:20 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-12 07:20:36 +0200
commit596c6fe57cc40df84344d644e8647bceff9f7b5e (patch)
tree99ad70d8110902d9b8dcc3c960604e33ebc3bb33 /bin
parentd22e4dc243cb118e91b47d977ee9d44b7e36f504 (diff)
downloadopenembedded-596c6fe57cc40df84344d644e8647bceff9f7b5e.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"
;;