]> git.pld-linux.org Git - packages/diction.git/commitdiff
- allready in sources
authorTomasz Pala <gotar@pld-linux.org>
Fri, 5 Sep 2003 07:53:24 +0000 (07:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    diction-DESTDIR.patch -> 1.3

diction-DESTDIR.patch [deleted file]

diff --git a/diction-DESTDIR.patch b/diction-DESTDIR.patch
deleted file mode 100644 (file)
index 9275b2f..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -urN diction-1.03.orig/Makefile.in diction-1.03/Makefile.in
---- diction-1.03.orig/Makefile.in      2003-04-08 23:28:58.000000000 +0200
-+++ diction-1.03/Makefile.in   2003-08-09 20:20:38.000000000 +0200
-@@ -35,21 +35,21 @@
-               getopt.o getopt1.o $(LIBM) $(LIBS)
- install:      all
--              [ -d @bindir@ ] || @INSTALL@ -m 755 -d @bindir@
--              @INSTALL@ diction @bindir@/diction
--              @INSTALL@ style @bindir@/style
--              @INSTALL@ -m 755 -d @datadir@/diction
--              @INSTALL@ -m 644 de @datadir@/diction/de
--              @INSTALL@ -m 644 en @datadir@/diction/en
--              (cd @datadir@/diction; rm -f C; ln en C)
--              [ -d @mandir@/man1 ] || @INSTALL@ -m 755 -d @mandir@/man1
--              @INSTALL@ -m 644 diction.1 @mandir@/man1/diction.1
--              @INSTALL@ -m 644 style.1 @mandir@/man1/style.1
-+              [ -d $(DESTDIR)@bindir@ ] || @INSTALL@ -m 755 -d $(DESTDIR)@bindir@
-+              @INSTALL@ diction $(DESTDIR)@bindir@/diction
-+              @INSTALL@ style $(DESTDIR)@bindir@/style
-+              @INSTALL@ -m 755 -d $(DESTDIR)@datadir@/diction
-+              @INSTALL@ -m 644 de $(DESTDIR)@datadir@/diction/de
-+              @INSTALL@ -m 644 en $(DESTDIR)@datadir@/diction/en
-+              (cd $(DESTDIR)@datadir@/diction; rm -f C; ln en C)
-+              [ -d $(DESTDIR)@mandir@/man1 ] || @INSTALL@ -m 755 -d $(DESTDIR)@mandir@/man1
-+              @INSTALL@ -m 644 diction.1 $(DESTDIR)@mandir@/man1/diction.1
-+              @INSTALL@ -m 644 style.1 $(DESTDIR)@mandir@/man1/style.1
-               make install-po-@USE_NLS@
- install-po-no:
- install-po-yes:       $(CATALOGS)
-               for cat in $(CATALOGS); do \
--                dir=$(localedir)/`basename $$cat .mo`/LC_MESSAGES; \
-+                dir=$(DESTDIR)$(localedir)/`basename $$cat .mo`/LC_MESSAGES; \
-                 [ -d $$dir ] || @INSTALL@ -m 755 -d $$dir; \
-                 @INSTALL@ -m 644 $$cat $$dir/diction.mo; \
-               done
This page took 0.063599 seconds and 4 git commands to generate.