diff options
author | David Walter Seikel | 2013-04-18 14:03:24 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-04-18 14:03:24 +1000 |
commit | 8fa60cf0f49c872402aa72d486e1f900a166d951 (patch) | |
tree | b59b8c227a248802332d041ec6a5bc7b9df1286a /linden/scripts/linux/0-patch-SL-source | |
parent | Potential fix for http://redmine.kokuaviewer.org/issues/1215 but needs testing. (diff) | |
download | meta-impy-8fa60cf0f49c872402aa72d486e1f900a166d951.zip meta-impy-8fa60cf0f49c872402aa72d486e1f900a166d951.tar.gz meta-impy-8fa60cf0f49c872402aa72d486e1f900a166d951.tar.bz2 meta-impy-8fa60cf0f49c872402aa72d486e1f900a166d951.tar.xz |
New branch for building with nmake.
This is a branch, coz it's still crap.
Diffstat (limited to 'linden/scripts/linux/0-patch-SL-source')
-rwxr-xr-x | linden/scripts/linux/0-patch-SL-source | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/scripts/linux/0-patch-SL-source b/linden/scripts/linux/0-patch-SL-source index 4885d5d..ce0dabe 100755 --- a/linden/scripts/linux/0-patch-SL-source +++ b/linden/scripts/linux/0-patch-SL-source | |||
@@ -22,7 +22,7 @@ if [ "$PATCHES" != "" ] ; then | |||
22 | elif echo $i | grep ".bz2" &>/dev/null ; then | 22 | elif echo $i | grep ".bz2" &>/dev/null ; then |
23 | bzcat $i | patch -p1 -s | 23 | bzcat $i | patch -p1 -s |
24 | elif echo $i | grep ".zip" &>/dev/null ; then | 24 | elif echo $i | grep ".zip" &>/dev/null ; then |
25 | unzip -o $i >/dev/null | 25 | unzip -o $i >/dev/null |
26 | else | 26 | else |
27 | patch -p1 -s <$i | 27 | patch -p1 -s <$i |
28 | fi | 28 | fi |