2011/11/3 Gregor Jasny <[email protected]>: > I'll do after the upload. BTW: What's the reason for this hunk: > >> @@ -38,9 +39,11 @@ build-stamp: >> # build shared libs and install >> $(MAKE) $(V4L_NATIVE_FLAGS) >> $(MAKE) $(V4L_NATIVE_FLAGS) install >> +ifeq ($(DEB_HOST_ARCH_OS), linux) >> # prefix filenames with /lib/udev/rc_keymaps >> mv $(CURDIR)/debian/tmp/etc/rc_maps.cfg >> $(CURDIR)/debian/tmp/etc/rc_maps.cfg.orig >> sed -e >> 's,^\([^#][[:graph:]]*[[:space:]]\+[[:graph:]]\+[[:space:]]\+\)\([[:graph:]]\+.*\),\1/lib/udev/rc_keymaps/\2,' >> -e >> 's,^\(#[[:space:]]\+\*[[:space:]]\+\*[[:space:]]\+\)\([[:alnum:]].*\),\1/lib/udev/rc_keymaps/\2,' >> < $(CURDIR)/debian/tmp/etc/rc_maps.cfg.orig > >> $(CURDIR)/debian/tmp/etc/rc_maps.cfg >> +endif
These files are only useful with utils/keytable which is Linux-specific. On GNU/kFreeBSD build they aren't present so attempting to run sed on them fails. Btw, you might want to use 'sed -i' option here. -- Robert Millan -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

