You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.3 KiB
40 lines
1.3 KiB
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# Filename: package/.../rivatv/disable-depmod.patch |
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
# |
|
# More information can be found in the files COPYING and README. |
|
# |
|
# This patch file is dual-licensed. It is available under the license the |
|
# patched project is licensed under, as long as it is an OpenSource license |
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
# of the GNU General Public License as published by the Free Software |
|
# Foundation; either version 2 of the License, or (at your option) any later |
|
# version. |
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
--- rivatv-0.8.6/Makefile.in 2004-07-30 18:43:19.000000000 +0200 |
|
+++ rivatv-0.8.6-patch/Makefile.in 2005-07-23 22:53:21.721763168 +0200 |
|
@@ -100,7 +100,7 @@ |
|
else \ |
|
install -m 644 -o 0 -g 0 $$ofiles $(MODULES)$(MOD_DEST); \ |
|
fi; \ |
|
- $(DEPMOD); \ |
|
+ \ |
|
echo; \ |
|
echo "RivaTV installed."; \ |
|
echo "To load RivaTV, login as root and \`modprobe rivatv\`."; \ |
|
@@ -109,11 +109,11 @@ |
|
|
|
install-ko: |
|
install -m 644 -o 0 -g 0 $(TARGETS:.o=.ko) $(MODULES)$(MOD_DEST); \ |
|
- $(DEPMOD); |
|
+ |
|
|
|
uninstall: |
|
@(cd $(MODULES)$(MOD_DEST) && rm -f $(SOURCES:src/%.c=%.o) $(BTTV_SOURCES:bttv/%.c=%.o) rivatv.o) |
|
- @$(DEPMOD) |
|
+ |
|
@echo |
|
@echo RivaTV uninstalled. |
|
@echo
|
|
|