Added pixman to minimal Xorg module because xorg-server depends on it nowadays
[mnemosyne.git] / pkg_patch / udhcp.patch
blob7cdbc312848fa8fb225f9c13975a8a8179bc8378
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # Filename: target/mnemosyne/pkg_patch/udhcp.patch
5 # Copyright (C) 2002 - 2006 Alejandro Mery
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 # --- SDE-COPYRIGHT-NOTE-END ---
17 --- ./Makefile.orig 2006-07-19 21:51:07.000000000 +0200
18 +++ ./Makefile 2006-07-19 21:51:24.000000000 +0200
19 @@ -85,11 +85,6 @@
20 else
21 $(INSTALL) -m 755 $(BOOT_PROGRAM) $(USRSBINDIR)
22 endif
23 - mkdir -p $(USRSHAREDIR)/udhcpc
24 - for name in bound deconfig nak renew script ; do \
25 - $(INSTALL) -m 755 samples/sample.$$name \
26 - $(USRSHAREDIR)/udhcpc/default.$$name ; \
27 - done
28 mkdir -p $(USRSHAREDIR)/man/man1
29 $(INSTALL) -m 644 dumpleases.1 $(USRSHAREDIR)/man/man1
30 mkdir -p $(USRSHAREDIR)/man/man5