aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0dc73d82..fc50f02b 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ install: $(ALL)
mkdir -p $(PERL_VENDORLIB)/Rpmdrake
install -m 644 rpmdrake.pm $(PERL_VENDORLIB)
install -m 644 Rpmdrake/*.pm $(PERL_VENDORLIB)/Rpmdrake
- perl -pi -e "s/version = 1/version=$(VERSION)/" $(PERL_VENDORLIB)/Rpmdrake/init.pm
+ perl -pi -e "s/version = 1/version = $(VERSION)/" $(PERL_VENDORLIB)/Rpmdrake/init.pm
clean:
@for n in $(DIRS); do make -C $$n clean; done