diff options
author | agc <agc@pkgsrc.org> | 1998-05-08 13:12:21 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-05-08 13:12:21 +0000 |
commit | 2a12125fca4c985522b72471c27e9f39cac9c729 (patch) | |
tree | 115f4ec0c0af235044e820a98af6eb8d272b0896 /devel/prcs | |
parent | 6249a0688d51c0d5be35c8636882f0394951bbc7 (diff) | |
download | pkgsrc-2a12125fca4c985522b72471c27e9f39cac9c729.tar.gz |
Don't install byte-compiled emacs lisp file.
Diffstat (limited to 'devel/prcs')
-rw-r--r-- | devel/prcs/patches/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/prcs/patches/patch-aa b/devel/prcs/patches/patch-aa new file mode 100644 index 00000000000..cded2145ac9 --- /dev/null +++ b/devel/prcs/patches/patch-aa @@ -0,0 +1,22 @@ +--- configure 1998/05/08 12:09:36 1.1 ++++ configure 1998/05/08 12:12:48 +@@ -3726,7 +3726,7 @@ + ;; + esac + fi +-EMACS="$ac_cv_path_EMACS" ++EMACS=no + if test -n "$EMACS"; then + echo "$ac_t""$EMACS" 1>&6 + else +--- emacs/Makefile.in 1998/05/08 12:35:17 1.1 ++++ emacs/Makefile.in 1998/05/08 12:36:49 +@@ -165,7 +165,7 @@ + install-data: install-lispLISP + @$(NORMAL_INSTALL) + +-install: install-exec install-data all ++install: install-exec all + @: + + uninstall: uninstall-lispLISP |