From 00a6021aae396c140e786382007064f10ca254a1 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 7 Feb 2016 18:00:44 -0500 Subject: Update librefetch to work with pacman 5. --- src/librefetch/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/librefetch/Makefile') 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 -- cgit v1.2.3-2-g168b