pkgsrc/devel/mell/patches/patch-aa
obache 35eb4fb5ab Import mell version 1.0.0.
Mell is an Emacs Lisp Library for taiyaki-elisp(s).
2008-03-02 12:26:08 +00:00

10 lines
337 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2008/03/02 12:26:08 obache Exp $
--- etc/Makefile.am.orig 2003-06-02 18:13:17.000000000 +0000
+++ etc/Makefile.am
@@ -14,4 +14,4 @@ etcdir = $(EMACS_INIT_DIR)
etc_DATA = $(MELL_INIT_FILE)
$(MELL_INIT_FILE): _init-mell.el
- cp -a _init-mell.el $(MELL_INIT_FILE)
+ cp -pR _init-mell.el $(MELL_INIT_FILE)