* updated korganizer (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / graphic / cthumb / destdir.patch
blob10ad0649115e8c37fbabf2efa416cc8f9a5efcea
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../cthumb/destdir.patch
5 # Copyright (C) 2007 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- cthumb-4.2/Makefile.in.vanilla 2007-06-17 12:52:37.398639356 +0200
18 +++ cthumb-4.2/Makefile.in 2007-06-17 12:53:26.909460817 +0200
19 @@ -23,10 +23,10 @@
20 ./configure --prefix=$(prefix)
22 install: cthumb
23 - install -d $(bindir) $(prefix)/share $(themedir) $(mandir)/man1
24 - install -m555 cthumb $(bindir)
25 - install cthumb.1 $(mandir)/man1
26 - $(CPR) themes/* $(themedir)
27 + install -d $(DESTDIR)$(bindir) $(DESTDIR)$(prefix)/share $(DESTDIR)$(themedir) $(DESTDIR)$(mandir)/man1
28 + install -m555 cthumb $(DESTDIR)$(bindir)
29 + install cthumb.1 $(DESTDIR)$(mandir)/man1
30 + $(CPR) themes/* $(DESTDIR)$(themedir)
32 Makefile: Makefile.in VERSION configure
33 ./configure --prefix=/usr