File: 0001-dont-git-clone-eppic-extension.patch

package info (click to toggle)
crash 8.0.2-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 46,076 kB
  • sloc: ansic: 158,979; makefile: 535; sh: 16
file content (12 lines) | stat: -rw-r--r-- 499 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
diff -urpN orig/extensions/eppic.mk new/extensions/eppic.mk
--- orig/extensions/eppic.mk	2021-11-23 21:32:49.000000000 -0700
+++ new/extensions/eppic.mk	2022-02-02 09:30:55.072774926 -0700
@@ -32,7 +32,7 @@ all:
         then \
         if  [ ! -f $(APPFILE) ]; \
         then \
-          if [ -f "$(GIT)" ]; \
+          if [ -f "$(GIT)" -a 0 -gt 1 ]; \
           then \
              if [ -n "$(EPPIC_GIT_URL)" ]; then \
                git clone $(EPPIC_GIT_OPTIONS) $(EPPIC_GIT_URL) eppic; \