]> git.pld-linux.org Git - packages/diction.git/blob - diction-DESTDIR.patch
- added pl summary and post/postun with info page (de)registration; release 2
[packages/diction.git] / diction-DESTDIR.patch
1 --- diction-1.02/Makefile.in    Mon Aug  6 19:09:54 2001
2 +++ diction-1.02-/Makefile.in   Tue Aug 27 18:21:37 2002
3 @@ -28,20 +28,20 @@
4                 getopt.o getopt1.o $(LIBM) $(LIBS)
5  
6  install:       all
7 -               @INSTALL@ -m 755 -d @bindir@
8 -               @INSTALL@ diction @bindir@/diction
9 -               @INSTALL@ style @bindir@/style
10 -               @INSTALL@ -m 755 -d @datadir@/diction
11 -               @INSTALL@ -m 644 de @datadir@/diction/de
12 -               @INSTALL@ -m 644 en @datadir@/diction/en
13 -               (cd @datadir@/diction; rm -f C; ln en C)
14 -               @INSTALL@ -m 755 -d @mandir@/man1
15 -               @INSTALL@ -m 644 diction.1 @mandir@/man1/diction.1
16 -               @INSTALL@ -m 644 style.1 @mandir@/man1/style.1
17 +               @INSTALL@ -m 755 -d $(DESTDIR)@bindir@
18 +               @INSTALL@ diction $(DESTDIR)@bindir@/diction
19 +               @INSTALL@ style $(DESTDIR)@bindir@/style
20 +               @INSTALL@ -m 755 -d $(DESTDIR)@datadir@/diction
21 +               @INSTALL@ -m 644 de $(DESTDIR)@datadir@/diction/de
22 +               @INSTALL@ -m 644 en $(DESTDIR)@datadir@/diction/en
23 +               (cd $(DESTDIR)@datadir@/diction; rm -f C; ln -s en C)
24 +               @INSTALL@ -m 755 -d $(DESTDIR)@mandir@/man1
25 +               @INSTALL@ -m 644 diction.1 $(DESTDIR)@mandir@/man1/diction.1
26 +               @INSTALL@ -m 644 style.1 $(DESTDIR)@mandir@/man1/style.1
27  
28  install.msg:
29 -               gencat -o @datadir@/locale/en_US/LC_MESSAGES/diction.cat diction-en.msg sent-en.msg
30 -               gencat -o @datadir@/locale/en_US/LC_MESSAGES/style.cat style-en.msg sent-en.msg
31 +               gencat -o $(DESTDIR)@datadir@/locale/en_US/LC_MESSAGES/diction.cat diction-en.msg sent-en.msg
32 +               gencat -o $(DESTDIR)@datadir@/locale/en_US/LC_MESSAGES/style.cat style-en.msg sent-en.msg
33  
34  .c.o:
35                 $(CC) -c $(CPPFLAGS) $(CFLAGS) $<
This page took 0.091515 seconds and 3 git commands to generate.