aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2007-03-05 13:35:38 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2007-03-05 13:35:38 +0000
commit0f45618cf6ef971d12a47d150223be58acbe91d3 (patch)
treed53d37704b16cd26857114f6543b51ab10bebcbf /Makefile
parentd5f02a00e504fde69cabc8639424a02c4afe4f9b (diff)
downloadrpm-helper-0f45618cf6ef971d12a47d150223be58acbe91d3.tar
rpm-helper-0f45618cf6ef971d12a47d150223be58acbe91d3.tar.gz
rpm-helper-0f45618cf6ef971d12a47d150223be58acbe91d3.tar.bz2
rpm-helper-0f45618cf6ef971d12a47d150223be58acbe91d3.tar.xz
rpm-helper-0f45618cf6ef971d12a47d150223be58acbe91d3.zip
ooops, fix typo in install
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