Use -p with install to preserve timestamps, etc...

This commit is contained in:
Jesse Keating 2007-02-20 10:01:29 -05:00
parent 034de335ad
commit d802163348
13 changed files with 21 additions and 21 deletions

View file

@ -14,5 +14,5 @@ install:
fi
mkdir -p $(DESTDIR)/usr/bin
install -m 755 $(FILES) $(DESTDIR)/usr/bin
install -m 644 koji.conf $(DESTDIR)/etc/koji.conf
install -p -m 755 $(FILES) $(DESTDIR)/usr/bin
install -p -m 644 koji.conf $(DESTDIR)/etc/koji.conf