Dash:
[t2.git] / package / x11 / rivatv / disable-depmod.patch
blob45b12a9303158cf87a9e548cb61e0263199122ed
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../rivatv/disable-depmod.patch
5 # Copyright (C) 2004 - 2005 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 ---
16 --- rivatv-0.8.6/Makefile.in 2004-07-30 18:43:19.000000000 +0200
17 +++ rivatv-0.8.6-patch/Makefile.in 2005-07-23 22:53:21.721763168 +0200
18 @@ -100,7 +100,7 @@
19 else \
20 install -m 644 -o 0 -g 0 $$ofiles $(MODULES)$(MOD_DEST); \
21 fi; \
22 - $(DEPMOD); \
23 + \
24 echo; \
25 echo "RivaTV installed."; \
26 echo "To load RivaTV, login as root and \`modprobe rivatv\`."; \
27 @@ -109,11 +109,11 @@
29 install-ko:
30 install -m 644 -o 0 -g 0 $(TARGETS:.o=.ko) $(MODULES)$(MOD_DEST); \
31 - $(DEPMOD);
34 uninstall:
35 @(cd $(MODULES)$(MOD_DEST) && rm -f $(SOURCES:src/%.c=%.o) $(BTTV_SOURCES:bttv/%.c=%.o) rivatv.o)
36 - @$(DEPMOD)
38 @echo
39 @echo RivaTV uninstalled.
40 @echo