diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-11-24 04:50:30 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-11-24 04:50:30 +0000 |
commit | 167fc8a53aa58007e647d780849a31ca4579ec9f (patch) | |
tree | f09c5a92acd8696cac9deaa38389956ea21d4c74 /editors | |
parent | 8ac9914c2338ac9a1755b1a058279fc5a1e0ccca (diff) | |
download | pkgsrc-167fc8a53aa58007e647d780849a31ca4579ec9f.tar.gz |
Add missing patch
Diffstat (limited to 'editors')
-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 --> |