diff options
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,8 @@ pkglibexecdir ?= $(libexecdir)/libretools 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|@sysconfdir@|$(sysconfdir)|g' \ + -e 's|@bindir@|$(bindir)|g' # Usage: $(call indent,FILENAME) # Command to auto-indent a file. |