repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
OOO330
[LibreOffice.git]
/
stlport
/
win32_custom.sh
blob
5c125481b0a78e7c5d53b063bbd555e69bfde5ff
1
#!/bin/sh
2
#rem parameters in order of their apearance:
3
#rem - path to unpacked tarball
4
#rem - relative path back to module root
5
6
cd
$1
7
8
patch
-i
$2
/
dos_lineends.
patch
-b -p2
9