SHA256
5
0
forked from pool/yadm
Files
yadm/yadm-fix-makefile.patch
Nicolas FORMICHELLA 6163d35a5d Accepting request 1232822 from home:amanzini:branches:utilities
- Update to version 3.3.0:
  * Rewrite default template to handle nested ifs, != and env vars in if
  * Replace deprecated "pipes" with "shlex"
  * Use man.REAL
  * Update to shields.io new API

OBS-URL: https://build.opensuse.org/request/show/1232822
OBS-URL: https://build.opensuse.org/package/show/utilities/yadm?expand=0&rev=12
2025-01-01 10:26:33 +00:00

14 lines
498 B
Diff

Index: yadm-3.3.0/Makefile
===================================================================
--- yadm-3.3.0.orig/Makefile
+++ yadm-3.3.0/Makefile
@@ -199,8 +199,6 @@ install:
install -d "$$bin" "$$doc" "$$man" ;\
install -m 0755 yadm "$$bin" ;\
install -m 0644 yadm.1 "$$man" ;\
- install -m 0644 CHANGES CONTRIBUTORS LICENSE "$$doc" ;\
- cp -r contrib "$$doc" ;\
}
.PHONY: sync-clock