8 lines
238 B
Makefile
8 lines
238 B
Makefile
EXTRA_DIST = udevil.conf
|
|
|
|
install-data-hook:
|
|
test -d $(DESTDIR)/etc/udevil || mkdir -p -- $(DESTDIR)/etc/udevil
|
|
test -f $(DESTDIR)/etc/udevil/udevil.conf || $(INSTALL_DATA) \
|
|
$(srcdir)/udevil.conf $(DESTDIR)/etc/udevil/udevil.conf
|
|
|