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 | e60566d822f1eaa05b146947890fae26e72f25de (patch) | |
tree | f09c5a92acd8696cac9deaa38389956ea21d4c74 /editors/OmegaT | |
parent | cdc31277337431a7e466b9eef65761dbd1dd37a5 (diff) | |
download | pkgsrc-e60566d822f1eaa05b146947890fae26e72f25de.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 --> |