head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2008.08.21.18.22.59; author rse; state Exp; branches; next 1.1; commitid Uk87Z7s0EIlAuGft; 1.1 date 2007.01.27.18.10.22; author rse; state Exp; branches; next ; commitid r2PEmczQfZqbOa4s; desc @@ 1.2 log @upgrading package: quilt 0.46 -> 0.47 @ text @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)/ @ 1.1 log @new package: quilt 0.46 (Patchset Management Tool) @ text @d2 3 a4 4 --- Makefile.in.orig 2006-10-11 14:36:10 +0200 +++ Makefile.in 2007-01-27 19:07:56 +0100 @@@@ -12,7 +12,7 @@@@ docdir := @@docdir@@ d7 1 d13 1 a13 1 @@@@ -326,9 +326,8 @@@@ d22 2 a23 2 install-compat: install-compat1 $(COMPAT_SYMLINKS:%=install-compat-symlink-%) @