From 2c981bb6e7f5ddb1b71a2a4e314ba7cd523d857c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 1 Jan 2015 19:22:16 -0500 Subject: Add a utility to add/remove librefetch from makepkg.conf This script is formerly the install script for the bundled-up package. --- common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index e1051de..3a16cf4 100644 --- a/common.mk +++ b/common.mk @@ -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. -- cgit v1.2.2