From 0f45618cf6ef971d12a47d150223be58acbe91d3 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Mon, 5 Mar 2007 13:35:38 +0000 Subject: ooops, fix typo in install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1