summaryrefslogtreecommitdiff
path: root/misc/linm/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'misc/linm/files/patch-Makefile.in')
-rw-r--r--misc/linm/files/patch-Makefile.in37
1 files changed, 0 insertions, 37 deletions
diff --git a/misc/linm/files/patch-Makefile.in b/misc/linm/files/patch-Makefile.in
deleted file mode 100644
index 707a13b1266b..000000000000
--- a/misc/linm/files/patch-Makefile.in
+++ /dev/null
@@ -1,37 +0,0 @@
---- Makefile.in.orig Tue Jan 31 01:14:27 2006
-+++ Makefile.in Thu Feb 16 15:16:59 2006
-@@ -239,7 +239,7 @@
- # have all needed files, that a GNU package needs
- AUTOMAKE_OPTIONS = foreign 1.4
- ACLOCAL_AMFLAGS = -I m4
--SUBDIRS = intl po lib panel editor src sh
-+SUBDIRS = po lib panel editor src sh
- noinst_DATA = README.ko_euckr README.ko_utf8 linm.spec debian/*
- EXTRA_DIST = config.rpath m4/ChangeLog $(noinst_DATA)
- all: config.h
-@@ -695,6 +695,10 @@
-
-
- install-exec-hook :
-+ if ! test -d $(DESTDIR)$(sysconfdir)/profile.d ; then \
-+ install -d -m 755 $(DESTDIR)$(sysconfdir)/profile.d \
-+ ; fi
-+
- if test -d $(DESTDIR)$(sysconfdir)/profile.d ; then \
- if test -w $(DESTDIR)$(sysconfdir)/profile.d ; then \
- install -c -m 755 $(top_srcdir)/sh/linm_alias.sh $(DESTDIR)$(sysconfdir)/profile.d \
-@@ -710,14 +714,6 @@
- $(top_srcdir)/sh/colorset.cfg \
- $(top_srcdir)/sh/keyset.cfg \
- $(DESTDIR)$(LINM_CFGPATH) \
-- ; else \
-- if ! test -d ~/.linm ; then \
-- install -d -m 755 ~/.linm \
-- ; fi && \
-- install -c -m 644 $(top_srcdir)/sh/default.cfg \
-- $(top_srcdir)/sh/colorset.cfg \
-- $(top_srcdir)/sh/keyset.cfg \
-- ~/.linm \
- ; fi
-
- if ! test -d $(DESTDIR)$(datadir)/pixmaps ; then \