[oe] [PATCH 1/4] wrapper/install: add -t support

Otavio Salvador otavio at ossystems.com.br
Tue Mar 22 15:11:20 UTC 2011


Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 bin/install |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/install b/bin/install
index ab316f6..5cb4071 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"
             ;;
-- 
1.7.2.3





More information about the Openembedded-devel mailing list