[oe-commits] Otavio Salvador : wrapper/install: add -t support

git version control git at git.openembedded.org
Thu Mar 24 20:03:58 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 653fddf050941958aeaa49f8e70814a7c0b3fded
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=653fddf050941958aeaa49f8e70814a7c0b3fded

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Tue Mar 22 23:11:20 2011 +0000

wrapper/install: add -t support

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 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"
             ;;





More information about the Openembedded-commits mailing list