mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-30 15:45:12 +02:00
11 lines
350 B
Diff
11 lines
350 B
Diff
--- build/build.xml
|
|
+++ build/build.xml
|
|
@@ -129,7 +129,7 @@
|
|
|
|
</target>
|
|
|
|
- <target name="dist" depends="compile" description="Generates the distribution">
|
|
+ <target name="dist" depends="setup, compile" description="Generates the distribution">
|
|
<echo message="Creating the distribution set..." />
|
|
|
|
<!-- Create the distribution directory -->
|