diff options
Diffstat (limited to 'v4l/scripts')
-rw-r--r-- | v4l/scripts/merge-trees.sh | 2 | ||||
-rw-r--r-- | v4l/scripts/unmerge-trees.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/v4l/scripts/merge-trees.sh b/v4l/scripts/merge-trees.sh index ffdfe25d9..d422b319a 100644 --- a/v4l/scripts/merge-trees.sh +++ b/v4l/scripts/merge-trees.sh @@ -104,7 +104,7 @@ diff -up video4linux.orig/Makefile video4linux/Makefile -install -d $(KDIR26)/video -install -m 644 -c $(inst_video) $(KDIR26)/video -@@ -204,12 +216,14 @@ rminstall:: +@@ -210,12 +222,14 @@ rminstall:: -@rm -r $(DEST) \ $(addprefix $(KDIR26)/common/, $(inst_common)) \ $(addprefix $(KDIR26)/dvb/frontends/, $(inst_frontends)) \ diff --git a/v4l/scripts/unmerge-trees.sh b/v4l/scripts/unmerge-trees.sh index aac6575db..12cb25893 100644 --- a/v4l/scripts/unmerge-trees.sh +++ b/v4l/scripts/unmerge-trees.sh @@ -104,7 +104,7 @@ diff -up video4linux/Makefile video4linux.orig/Makefile -install -d $(KDIR26)/video -install -m 644 -c $(inst_video) $(KDIR26)/video -@@ -216,14 +204,12 @@ rminstall:: +@@ -222,14 +210,12 @@ rminstall:: -@rm -r $(DEST) \ $(addprefix $(KDIR26)/common/, $(inst_common)) \ $(addprefix $(KDIR26)/dvb/frontends/, $(inst_frontends)) \ |