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 5b088b2..e674073 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ all:
install: $(MACROS_FILES)
install -d -m 755 $(DESTDIR)$(pkgdatadir)
cp -p $(SCRIPT_FILES) $(DESTDIR)$(pkgdatadir)
- install -d -m 755 $(DESTDIR)$(rpmacrosdir)
+ install -d -m 755 $(DESTDIR)$(rpmmacrosdir)
install -m 644 $(MACROS_FILES) $(DESTDIR)/$(rpmmacrosdir)
rpm-helper.macros: rpm-helper.macros.in