File: Makefile.am

package info (click to toggle)
ldm 2%3A2.2.11-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,352 kB
  • sloc: ansic: 4,224; sh: 2,938; python: 259; makefile: 112; sed: 16
file content (9 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
ldmlibexecdir = $(libexecdir)/ldm
sharedir = $(datadir)/ldm
share_DATA = ldm-script
EXTRA_DIST = $(share_DATA)

install-data-hook:
	if test ! -f $(DESTDIR)$(sharedir)/rc.d ; then \
		$(mkinstalldirs) $(DESTDIR)$(sharedir)/rc.d; \
	fi