From ec4223a6a689b341bf4a60c3e7eb0e6211b0e5f3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 4 Jan 2015 15:25:38 -0500 Subject: Found a mistake in librefetch-install, use @pkgconfdir@ to avoid those types of errors --- common.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 53be7cc..5a79f7a 100644 --- a/common.mk +++ b/common.mk @@ -13,6 +13,7 @@ edit = sed \ -e 's|^\#!\s*/bin/bash|\#!/usr/bin/env bash|' \ -e 's|m4_include(lib/\(.*\))|. "$$(librelib \1)"|' \ -e 's|@sysconfdir@|$(sysconfdir)|g' \ + -e 's|@pkgconfdir@|$(pkgconfdir)|g' \ -e 's|@bindir@|$(bindir)|g' # Usage: $(call indent,FILENAME) -- cgit v1.2.2