summaryrefslogtreecommitdiff
path: root/src/xbs-abs/Makefile
blob: c882807abada28a28ea14b13b5ef9368c1be34da (plain)
1
2
3
4
5
6
7
8
9
pkgconfdir = $(sysconfdir)/xbs
pkglibexecdir = $(libexecdir)/xbs
libexecs = helper-abs
copy_files = archrelease.in
install_files = $(DESTDIR)$(pkglibexecdir)/helper-abs.d/archrelease
include ../../common.mk

$(DESTDIR)$(pkglibexecdir)/helper-abs.d/archrelease: archrelease
	install -Dm755 '$<' '$@'