summaryrefslogtreecommitdiff
path: root/plugins/plugin.mk.in
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2010-03-30 22:03:04 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:19 -0600
commitc2f77a2e6fc273f118fa5e9e00f8d26197aefae1 (patch)
treeda614716d45de32e6dc73540d642d333ca4d9b5f /plugins/plugin.mk.in
parent9510d867ff9a59fc203d79716e86c9f14e1b95f0 (diff)
whoop, should have proably commited a momemnt ago
Diffstat (limited to 'plugins/plugin.mk.in')
-rw-r--r--plugins/plugin.mk.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/plugin.mk.in b/plugins/plugin.mk.in
index f8a42b4..250f03a 100644
--- a/plugins/plugin.mk.in
+++ b/plugins/plugin.mk.in
@@ -28,7 +28,7 @@ dirs += $(sysconfdir) $(BINDIR) $(TMPDIR) $(LIBDIR) $(ETCDIR)
rvs = @rvs@
RVS = @RVS@
-id = $(name)-$(ver)
+id = $(name)
# phony targets ####################################################
all : $(name)
@@ -86,7 +86,6 @@ $(shOutFiles) : % : %.sh
$(INSTALL_PROGRAM) $< $@
$(SED) -i \
-e 's/$bSHELL@/$(subst /,\/,$(SHELL))/g' \
- -e 's/$blibexecdir@/$(subst /,\/,$(libexecdir))/g' \
-e 's/$bID@/$(subst /,\/,$(id))/g' \
$@