summaryrefslogtreecommitdiff
path: root/plugins/repo
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/repo')
-rw-r--r--plugins/repo/Makefile.in (renamed from plugins/repo/Makefile.orig)2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/repo/Makefile.orig b/plugins/repo/Makefile.in
index ea9e7a9..32a07dd 100644
--- a/plugins/repo/Makefile.orig
+++ b/plugins/repo/Makefile.in
@@ -35,7 +35,7 @@ all : $(name)
.SUFFIXES :
# targets ##########################################################
-srcFiles = $(filter-out %/Makefile.orig,$(shell find $(mysrcdir)/ -type f))
+srcFiles = $(filter-out %/Makefile.in,$(shell find $(mysrcdir)/ -type f))
shSrcFiles = $(filter %.sh,$(srcFiles))
shOutFiles = $(patsubst $(mysrcdir)/%,%,$(basename $(shSrcFiles)))