/usr/src/blcr-0.8.2/etc/Makefile.am is in blcr-dkms 0.8.2-15ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | EXTRA_DIST = license.txt blcr.rc
module_dir=$(shell echo '@CR_MODULE_DIR@' | sed -e 's/@LINUX_VER@/`uname -r`/')
install-exec-local:
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/init.d
@PERL@ -pe 's|\@MODULE_DIR\@|$(module_dir)|' \
< $(srcdir)/blcr.rc > $(DESTDIR)$(sysconfdir)/init.d/blcr
chmod 755 $(DESTDIR)$(sysconfdir)/init.d/blcr
uninstall-local:
rm -f $(DESTDIR)$(sysconfdir)/init.d/blcr
|