mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
15 lines
511 B
Diff
15 lines
511 B
Diff
Description: cancel the 'ant clean' command.
|
|
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
|
|
Last-Update: 2014-03-11
|
|
Index: sleuthkit-4.1.3/bindings/java/Makefile.am
|
|
===================================================================
|
|
--- sleuthkit-4.1.3.orig/bindings/java/Makefile.am 2014-01-27 01:27:02.000000000 -0200
|
|
+++ sleuthkit-4.1.3/bindings/java/Makefile.am 2014-03-11 20:30:56.588842013 -0300
|
|
@@ -12,5 +12,5 @@
|
|
|
|
CLEANFILES = $(tsk_jar)
|
|
|
|
-clean-local:
|
|
- ant clean
|
|
+#clean-local:
|
|
+# ant clean
|