* added graalvm (22.0.0.1) - A high-performance JDK distribution
[t2.git] / package / themes / openzone-cursors / install.patch
blob507ab54a00c0e8c7584335e5dc1b64539b0e9a34
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../openzone-cursors/install.patch
5 # Copyright (C) 2020 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 --- openzone-cursors-1.2.9/Makefile.vanilla 2020-09-21 12:29:05.250701914 +0000
18 +++ openzone-cursors-1.2.9/Makefile 2020-09-21 12:32:21.190702007 +0000
19 @@ -16,7 +16,7 @@
21 install: $(themes)
22 install -dm755 $(DESTDIR)/share/icons
23 - mv $(themes) $(DESTDIR)/share/icons
24 + for t in $(themes); do mkdir $(DESTDIR)/share/icons/$$t; cp -vrf $$t/* $(DESTDIR)/share/icons/$$t/; done
26 pack: $(themes)
27 tar Jcf $(pkgname)-$(version).tar.xz --owner=0 --group=0 $(themes)