File: no-binary-in-examples.patch

package info (click to toggle)
ltrsift 1.0.2-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,184 kB
  • sloc: ansic: 14,200; makefile: 119; sh: 29
file content (16 lines) | stat: -rw-r--r-- 454 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Remove ltrsift-encode from example data
Author: Sascha Steinbiss <satta@debian.org>

--- a/Makefile
+++ b/Makefile
@@ -40,10 +40,6 @@
 .PHONY: all clean cleanup dirs install
 
 all: dirs bin/ltrsift bin/ltrsift_encode $(STATICBIN)
-	@(test -f bin/ltrsift_encode_static && \
-	   cp bin/ltrsift_encode_static sample_data) \
-	 || (test -f bin/ltrsift_encode && \
-	   cp bin/ltrsift_encode sample_data)
 dirs: bin obj obj/src
 
 obj/%.o: %.c