forked from pool/twups
I want to maintain twups in Factory and would like to use utilities as the devel/feeder project. OBS-URL: https://build.opensuse.org/request/show/836227 OBS-URL: https://build.opensuse.org/package/show/utilities/twups?expand=0&rev=1
12 lines
664 B
Diff
12 lines
664 B
Diff
--- Makefile.old 2020-09-22 15:49:25.143735069 +0200
|
|
+++ Makefile 2020-09-22 15:49:58.307242835 +0200
|
|
@@ -25,5 +25,5 @@
|
|
@echo ""
|
|
- install -D twups "$(DESTDIR)$(PREFIX)/bin/twups"
|
|
- install -D twups-completion.bash "$(DESTDIR)$(SYSCONFIG)/bash_completion.d/twups-completion.bash"
|
|
- install -D twups.1 "$(DESTDIR)$(PREFIX)/share/man/man1/twups.1"
|
|
+ install -D twups "$(DESTDIR)$(PREFIX)/bin/twups"
|
|
+ install -D twups-completion.bash -m 444 "$(DESTDIR)$(PREFIX)/share/bash_completion/completions/twups-completion.bash"
|
|
+ install -D twups.1 -m 444 "$(DESTDIR)$(PREFIX)/share/man/man1/twups.1"
|
|
@echo ""
|