diff options
author | Michael Krufky <devnull@localhost> | 2005-07-27 19:43:41 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-07-27 19:43:41 +0000 |
commit | 85983fd9384c476c2a6927089b9baa5f975eb953 (patch) | |
tree | 181aa92a591f6edaf034b012e4c0ed0a0fcc19f8 /v4l/scripts/unmerge-trees.sh | |
parent | f5880faa695fe996ff193cf5622470fe90bf6a9e (diff) | |
download | mediapointer-dvb-s2-85983fd9384c476c2a6927089b9baa5f975eb953.tar.gz mediapointer-dvb-s2-85983fd9384c476c2a6927089b9baa5f975eb953.tar.bz2 |
Fix offsets in merge/unmerge tree scripts
Diffstat (limited to 'v4l/scripts/unmerge-trees.sh')
-rw-r--r-- | v4l/scripts/unmerge-trees.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/v4l/scripts/unmerge-trees.sh b/v4l/scripts/unmerge-trees.sh index 2ea436e6a..84061fae7 100644 --- a/v4l/scripts/unmerge-trees.sh +++ b/v4l/scripts/unmerge-trees.sh @@ -30,7 +30,7 @@ video4linux.orig/Makefile # 2.6-only stuff ifeq ($(VERSION).$(PATCHLEVEL),2.6) -@@ -123,7 +123,6 @@ ifeq ($(inst-m),) +@@ -131,7 +131,6 @@ ifeq ($(inst-m),) endif inst_common := ir-common.ko @@ -38,7 +38,7 @@ video4linux.orig/Makefile inst_video := btcx-risc.ko bttv.ko tda9887.ko tuner.ko tvaudio.ko tveeprom.ko inst_video += tvmixer.ko v4l1-compat.ko v4l2-common.ko inst_video += video-buf.ko video-buf-dvb.ko -@@ -150,9 +149,6 @@ install:: rminstall +@@ -158,9 +157,6 @@ install:: rminstall -install -d $(KDIR26)/common -install -m 644 -c $(inst_common) $(KDIR26)/common |