You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
598 B
14 lines
598 B
Index: Makefile.in |
|
--- Makefile.in.orig 2019-03-14 16:46:50.822453805 +0100 |
|
+++ Makefile.in 2019-03-29 08:37:24.778462000 +0100 |
|
@@ -334,9 +334,8 @@ |
|
$(INSTALL) -m 644 $(MAN1) $(BUILD_ROOT)$(mandir)/man1/ |
|
|
|
$(INSTALL) -d $(BUILD_ROOT)$(etcdir) |
|
- $(INSTALL) -d $(BUILD_ROOT)$(etcdir)/bash_completion.d |
|
$(INSTALL) -m 644 bash_completion \ |
|
- $(BUILD_ROOT)$(etcdir)/bash_completion.d/quilt |
|
+ $(BUILD_ROOT)$(etcdir)/quilt.bashrc |
|
$(INSTALL) -m 644 quilt.quiltrc $(BUILD_ROOT)$(etcdir)/ |
|
$(INSTALL) -d $(BUILD_ROOT)$(emacsdir)/ |
|
$(INSTALL) -m 644 lib/quilt.el $(BUILD_ROOT)$(emacsdir)/
|
|
|