File: reproducibility.patch

package info (click to toggle)
lcov 2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,464 kB
  • sloc: perl: 27,911; sh: 7,320; xml: 6,982; python: 1,152; makefile: 597; cpp: 520; ansic: 176
file content (13 lines) | stat: -rw-r--r-- 534 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/Makefile
+++ b/Makefile
@@ -61,8 +61,8 @@
 
 TMP_DIR := $(shell mktemp -d)
 FILES   := README Makefile lcovrc \
-	   $(wildcard bin/*) $(wildcard example/*) $(wildcard lib/*) \
-	   $(wildcard man/*) $(wildcard rpm/*) $(wildcard scripts/*)
+	   $(shell LC_ALL=C ls bin/*) $(shell LC_ALL=C ls example/*) $(shell LC_ALL=C ls lib/*) \
+	   $(shell LC_ALL=C ls man/*) $(shell LC_ALL=C ls  rpm/*) $(shell LC_ALL=C ls scripts/*)
 DIST_CONTENT := CONTRIBUTING COPYING README Makefile lcovrc \
 	bin example lib man rpm scripts tests