aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 12f3315..21b464e 100644
--- a/Makefile
+++ b/Makefile
@@ -32,11 +32,11 @@ all:
install: $(MACROS_FILES)
install -d -m 755 $(DESTDIR)$(bindir)
- install -m 755 $(BIN_FILES) $(DESTDIR)$(bindir)
+ install -p -m 755 $(BIN_FILES) $(DESTDIR)$(bindir)
install -d -m 755 $(DESTDIR)$(pkgdatadir)
- install -m 755 $(SCRIPT_FILES) $(DESTDIR)$(pkgdatadir)
+ install -p -m 755 $(SCRIPT_FILES) $(DESTDIR)$(pkgdatadir)
install -d -m 755 $(DESTDIR)/$(rpmmacrodir)
- install -m 644 $(MACROS_FILES) $(DESTDIR)/$(rpmmacrodir)
+ install -p -m 644 $(MACROS_FILES) $(DESTDIR)/$(rpmmacrodir)
spec-helper.macros: spec-helper.macros.in
sed -e 's:@pkgdatadir@:$(pkgdatadir):' < $< > $@