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.
23 lines
813 B
23 lines
813 B
Index: Makefile.in |
|
--- Makefile.in.orig 2008-08-21 14:21:32 +0200 |
|
+++ Makefile.in 2008-08-21 20:20:34 +0200 |
|
@@ -13,7 +13,7 @@ |
|
mandir := @mandir@ |
|
localedir := $(datadir)/locale |
|
emacsdir := $(datadir)/emacs/site-lisp |
|
-etcdir := $(subst /usr/etc,/etc,$(prefix)/etc) |
|
+etcdir := $(prefix)/etc/quilt |
|
|
|
INSTALL := @INSTALL@ |
|
POD2MAN := @POD2MAN@ |
|
@@ -335,9 +335,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)/
|
|
|