pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(devel/with-editor) correction INSTALL -> INSTALL_DATA
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By: mef
Date: Mon Dec 30 12:20:03 2024 +0900
Changeset: dafb180e5de2ebc040d1c0709eca3060630cc50b
Modified Files:
with-editor/Makefile
Log Message:
(devel/with-editor) correction INSTALL -> INSTALL_DATA
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dafb180e5de2ebc040d1c0709eca3060630cc50b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
with-editor/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/with-editor/Makefile b/with-editor/Makefile
index c3f4958aeb..258d7f052d 100644
--- a/with-editor/Makefile
+++ b/with-editor/Makefile
@@ -33,9 +33,9 @@ AUTO_MKDIRS= yes
do-install:
( cd ${WRKSRC} ; \
- ${INSTALL} lisp/with-editor-autoloads.el ${DESTDIR}${INSTALLATION_DIRS} ; \
- ${INSTALL} lisp/with-editor.el ${DESTDIR}${INSTALLATION_DIRS} ; \
- ${INSTALL} lisp/with-editor.elc ${DESTDIR}${INSTALLATION_DIRS} ; \
+ ${INSTALL_DATA} lisp/with-editor-autoloads.el ${DESTDIR}${INSTALLATION_DIRS} ; \
+ ${INSTALL_DATA} lisp/with-editor.el ${DESTDIR}${INSTALLATION_DIRS} ; \
+ ${INSTALL_DATA} lisp/with-editor.elc ${DESTDIR}${INSTALLATION_DIRS} ; \
)
.include "../../wip/dash-el/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index