git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aaa064
)
wrapper/install: add -t support
author
Otavio Salvador
<otavio@ossystems.com.br>
Tue, 22 Mar 2011 23:11:20 +0000
(23:11 +0000)
committer
Khem Raj
<raj.khem@gmail.com>
Tue, 22 Mar 2011 22:45:07 +0000
(15:45 -0700)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
bin/install
patch
|
blob
|
history
diff --git
a/bin/install
b/bin/install
index
ab316f6
..
5cb4071
100755
(executable)
--- 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"
;;