aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 21b464e..edddac8 100644
--- a/Makefile
+++ b/Makefile
@@ -35,8 +35,8 @@ install: $(MACROS_FILES)
install -p -m 755 $(BIN_FILES) $(DESTDIR)$(bindir)
install -d -m 755 $(DESTDIR)$(pkgdatadir)
install -p -m 755 $(SCRIPT_FILES) $(DESTDIR)$(pkgdatadir)
- install -d -m 755 $(DESTDIR)/$(rpmmacrodir)
- install -p -m 644 $(MACROS_FILES) $(DESTDIR)/$(rpmmacrodir)
+ install -d -m 755 $(DESTDIR)$(rpmmacrodir)
+ install -p -m 644 $(MACROS_FILES) $(DESTDIR)$(rpmmacrodir)
spec-helper.macros: spec-helper.macros.in
sed -e 's:@pkgdatadir@:$(pkgdatadir):' < $< > $@