From 488d4e371c95e3ff7b16b31db3f8310868552062 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Mon, 5 Mar 2007 12:00:18 +0000 Subject: fix installation and substitution --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aad1a3f..0bf9fc4 100644 --- a/Makefile +++ b/Makefile @@ -21,12 +21,12 @@ install: $(MACROS_FILES) install -d -m 755 $(DESTDIR)$(bindir) install -m 755 $(BIN_FILES) $(DESTDIR)$(bindir) install -d -m 755 $(DESTDIR)$(pkgdatadir) - install -m 755 $(SCRIPTS) $(DESTDIR)$(pkgdatadir) + install -m 755 $(SCRIPT_FILES) $(DESTDIR)$(pkgdatadir) install -d -m 755 $(DESTDIR)/$(rpmmacrosdir) install -m 644 $(MACROS_FILES) $(DESTDIR)/$(rpmmacrosdir) spec-helper.macros: spec-helper.macros.in - sed -e 's:@SPEC_HELPER_ROOT@:$(pkgdatadir):' < $< > $@ + sed -e 's:@pkgdatadir@:$(pkgdatadir):' < $< > $@ clean: rm -f *~ -- cgit v1.2.1