diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-02-07 18:00:44 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-02-07 18:00:44 -0500 |
commit | 00a6021aae396c140e786382007064f10ca254a1 (patch) | |
tree | 05bbb6435aa6e29432a77e18cfc2c9374b13ca91 /src/librefetch/Makefile | |
parent | c7be40c324580c8bcda043c6904358640ea58b57 (diff) |
Update librefetch to work with pacman 5.
Diffstat (limited to 'src/librefetch/Makefile')
-rw-r--r-- | src/librefetch/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/librefetch/Makefile b/src/librefetch/Makefile index bbc2384..dcb64dc 100644 --- a/src/librefetch/Makefile +++ b/src/librefetch/Makefile @@ -1,3 +1,5 @@ progs = librefetch-install confs = librefetch-makepkg.conf +libexecs = $(shell find librefetchdir -type f -executable) +libs = $(shell find librefetchdir -type f -not -executable) include ../../common.mk |