updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / v4l-hg / Makefile-lsmod.patch
blob6b9ff2671bdc2ca54b3afcee0d9b6be2d25e9869
1 --- Makefile.orig 2007-05-12 12:04:48.000000000 -0400
2 +++ Makefile 2007-05-12 12:03:35.000000000 -0400
3 @@ -156,7 +156,7 @@
4 inst-m := $(obj-m)
5 endif
7 -v4l_modules := $(shell /sbin/lsmod|cut -d' ' -f1 ) $(patsubst %.ko,%,$(inst-m))
8 +v4l_modules := $(shell $(shell which lsmod) |cut -d' ' -f1 ) $(patsubst %.ko,%,$(inst-m))
10 #################################################
11 # locales seem to cause trouble sometimes.