Update mail/geary to version 0.10.0
[dports.git] / misc / linm / files / patch-Makefile.in
1 --- Makefile.in.orig    Tue Jan 31 01:14:27 2006
2 +++ Makefile.in Thu Feb 16 15:16:59 2006
3 @@ -239,7 +239,7 @@
4  # have all needed files, that a GNU package needs
5  AUTOMAKE_OPTIONS = foreign 1.4
6  ACLOCAL_AMFLAGS = -I m4
7 -SUBDIRS = intl po lib panel editor src sh
8 +SUBDIRS = po lib panel editor src sh
9  noinst_DATA = README.ko_euckr README.ko_utf8 linm.spec debian/*
10  EXTRA_DIST = config.rpath m4/ChangeLog  $(noinst_DATA)
11  all: config.h
12 @@ -695,6 +695,10 @@
13  
14  
15  install-exec-hook :
16 +       if ! test -d $(DESTDIR)$(sysconfdir)/profile.d ; then \
17 +               install -d -m 755 $(DESTDIR)$(sysconfdir)/profile.d \
18 +       ; fi
19 +
20         if test -d $(DESTDIR)$(sysconfdir)/profile.d ; then \
21                 if test -w $(DESTDIR)$(sysconfdir)/profile.d ; then \
22                         install -c -m 755 $(top_srcdir)/sh/linm_alias.sh $(DESTDIR)$(sysconfdir)/profile.d \
23 @@ -710,14 +714,6 @@
24                                         $(top_srcdir)/sh/colorset.cfg \
25                                         $(top_srcdir)/sh/keyset.cfg \
26                                         $(DESTDIR)$(LINM_CFGPATH) \
27 -       ; else \
28 -               if ! test -d ~/.linm ; then \
29 -                       install -d -m 755 ~/.linm \
30 -               ; fi && \
31 -               install -c -m 644 $(top_srcdir)/sh/default.cfg \
32 -                                       $(top_srcdir)/sh/colorset.cfg \
33 -                                       $(top_srcdir)/sh/keyset.cfg \
34 -                                       ~/.linm \
35         ; fi
36  
37         if ! test -d $(DESTDIR)$(datadir)/pixmaps ; then \