File: Makefile.am

package info (click to toggle)
spacefm 1.0.6-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,016 kB
  • sloc: ansic: 86,620; sh: 12,141; makefile: 260; xml: 35
file content (9 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
EXTRA_DIST = spacefm.conf

install-data-hook:
	test -d $(DESTDIR)/$(sysconfdir)/spacefm || mkdir -p -- \
				$(DESTDIR)/$(sysconfdir)/spacefm
	test -f $(DESTDIR)/$(sysconfdir)/spacefm/spacefm.conf || $(INSTALL_DATA) \
				$(srcdir)/spacefm.conf \
				$(DESTDIR)/$(sysconfdir)/spacefm/spacefm.conf