Use -p with install to preserve timestamps, etc...
This commit is contained in:
parent
034de335ad
commit
d802163348
13 changed files with 21 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue