diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-06-30 16:36:31 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-06-30 16:36:31 -0400 |
commit | 12d210957879a4fb70e1df1a6ae3af4be118fa71 (patch) | |
tree | c99e848e53974d9cd3bb10155ac07af9e8c8a1ca /src/xbs-abs | |
parent | 5a84f3c84a1f3275f5b3ab51b1cf90327f52b9b2 (diff) |
Makefiles: don't symlink xbs helpers into bindir (issue 568)
Diffstat (limited to 'src/xbs-abs')
-rw-r--r-- | src/xbs-abs/Makefile | 1 |
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 |