summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-01-04 15:25:38 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-01-04 15:25:38 -0500
commitec4223a6a689b341bf4a60c3e7eb0e6211b0e5f3 (patch)
tree4a88742ff4bbdf7aa874c5763c3600eb5a1883ea /common.mk
parentbd9e8f3d19098563f4798553176d3e3ab9b50b04 (diff)
Found a mistake in librefetch-install, use @pkgconfdir@ to avoid those types of errors
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
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)