summaryrefslogtreecommitdiff
path: root/src/xbs-abs
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-06-30 16:36:31 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-06-30 16:36:31 -0400
commit12d210957879a4fb70e1df1a6ae3af4be118fa71 (patch)
treec99e848e53974d9cd3bb10155ac07af9e8c8a1ca /src/xbs-abs
parent5a84f3c84a1f3275f5b3ab51b1cf90327f52b9b2 (diff)
Makefiles: don't symlink xbs helpers into bindir (issue 568)
Diffstat (limited to 'src/xbs-abs')
-rw-r--r--src/xbs-abs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xbs-abs/Makefile b/src/xbs-abs/Makefile
index c882807..cac9aea 100644
--- a/src/xbs-abs/Makefile
+++ b/src/xbs-abs/Makefile
@@ -1,6 +1,7 @@
pkgconfdir = $(sysconfdir)/xbs
pkglibexecdir = $(libexecdir)/xbs
libexecs = helper-abs
+no-progs = $(libexecs) archrelease
copy_files = archrelease.in
install_files = $(DESTDIR)$(pkglibexecdir)/helper-abs.d/archrelease
include ../../common.mk