blob: 6d8dae1e3fd2d51dc73e095c8e90c8cd0bc975ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- Makefile.in.orig Tue Jan 31 01:14:27 2006
+++ Makefile.in Thu Feb 16 15:16:59 2006
@@ -673,15 +673,7 @@
$(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)$(KO_LOCALE_FILEPATH) ; then \
install -d -m 755 $(DESTDIR)$(KO_LOCALE_FILEPATH) \
|