mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
474 B
XML
16 lines
474 B
XML
$NetBSD: patch-build.xml,v 1.3 2014/09/27 09:50:17 jperkin 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 -->
|