diff options
| author | Michael Krufky <mkrufky@linuxtv.org> | 2006-02-17 00:55:52 -0500 |
|---|---|---|
| committer | Michael Krufky <mkrufky@linuxtv.org> | 2006-02-17 00:55:52 -0500 |
| commit | 5ea064de62f132e1a75140226ec2b1e5cba1e45e (patch) | |
| tree | b2afc6fc63cf2c6eb95e5f8b9e3a59e8b07f7848 /linux | |
| parent | c5afcf940212386e9ddb07960b1922b1b110571f (diff) | |
| download | mediapointer-dvb-s2-5ea064de62f132e1a75140226ec2b1e5cba1e45e.tar.gz mediapointer-dvb-s2-5ea064de62f132e1a75140226ec2b1e5cba1e45e.tar.bz2 | |
sed -i 's/c,h/ch/1' Makefile
From: Michael Krufky <mkrufky@linuxtv.org>
The symlink commands in the Makefile used to look like:
@find ../linux/drivers/media -name '*.[c,h]' -type f -exec ln -sf '{}' . \;
the ',' should not be there. The correct command is:
@find ../linux/drivers/media -name '*.[ch]' -type f -exec ln -sf '{}' . \;
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux')
0 files changed, 0 insertions, 0 deletions
