summaryrefslogtreecommitdiff
path: root/plugins/main.mk.in
diff options
context:
space:
mode:
authorLuke Shumaker <luke@HP-dv6246us-u910.(none)>2010-03-28 22:28:19 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:19 -0600
commite45d06ca41498531b846c78b0ab560252d59dc19 (patch)
tree657488e35977b50322b3f40cc17f9f8cf284f7df /plugins/main.mk.in
parent1a5b18ab23fc4d144d3f2d173a01513f03cd4ad5 (diff)
and installation works, now to work on uninstallation...
Diffstat (limited to 'plugins/main.mk.in')
-rw-r--r--plugins/main.mk.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/main.mk.in b/plugins/main.mk.in
index 3039c1f..01ec205 100644
--- a/plugins/main.mk.in
+++ b/plugins/main.mk.in
@@ -17,11 +17,11 @@
# along with this program; see the file COPYING.
# If not, see <http://www.gnu.org/licenses>.
-sysconfdir ?= @sysconfdir@
-BINDIR ?= @BINDIR@
-TMPDIR ?= @TMPDIR@
-LIBDIR ?= @LIBDIR@
-ETCDIR ?= @ETCDIR@
+sysconfdir = @sysconfdir@
+BINDIR = @BINDIR@
+TMPDIR = @TMPDIR@
+LIBDIR = @LIBDIR@
+ETCDIR = @ETCDIR@
dirs += $(sysconfdir) $(BINDIR) $(TMPDIR) $(LIBDIR) $(ETCDIR)
mods = $(patsubst ./%,%,$(shell find ./* -maxdepth 0 -type d))