diff options
author | ryoon <ryoon> | 2013-11-24 04:50:30 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-11-24 04:50:30 +0000 |
commit | eff6159ffecae4c1043077e50f1e7af54cf761c6 (patch) | |
tree | f09c5a92acd8696cac9deaa38389956ea21d4c74 /editors/OmegaT | |
parent | 94b58c4d21640fd67abf1892eb4f36994450bbc4 (diff) | |
download | pkgsrc-eff6159ffecae4c1043077e50f1e7af54cf761c6.tar.gz |
Add missing patch
Diffstat (limited to 'editors/OmegaT')
-rw-r--r-- | editors/OmegaT/patches/patch-build.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/OmegaT/patches/patch-build.xml b/editors/OmegaT/patches/patch-build.xml new file mode 100644 index 00000000000..f0bf7162d73 --- /dev/null +++ b/editors/OmegaT/patches/patch-build.xml @@ -0,0 +1,15 @@ +$NetBSD: patch-build.xml,v 1.1 2013/11/24 04:50:30 ryoon Exp $ + +--- build.xml.orig 2013-05-28 00:07:44.000000000 +0000 ++++ build.xml +@@ -82,10 +82,6 @@ + <copy todir="dist/native"> + <fileset dir="native"/> + </copy> +- <!-- copy scripts to the distribution directory --> +- <copy todir="dist/scripts"> +- <fileset dir="scripts"/> +- </copy> + </target> + + <!-- Creates a zip with two localization packs --> |