- 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
14 lines
498 B
Diff
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
|