Add $(DESTDIR) when creating the $(fifodir)
This commit is contained in:
parent
d4f25073a2
commit
7978d423da
1 changed files with 3 additions and 3 deletions
|
@ -599,11 +599,11 @@ endif
|
|||
|
||||
if SERVER
|
||||
install-exec-hook:
|
||||
mkdir -p -m 0700 $(fifodir)
|
||||
chown $(serveruid):$(servergid) $(fifodir)
|
||||
mkdir -p -m 0700 $(DESTDIR)$(fifodir)
|
||||
chown $(serveruid):$(servergid) $(DESTDIR)$(fifodir)
|
||||
|
||||
uninstall-hook:
|
||||
rm -rf $(localstatedir)/wesnothd/
|
||||
rm -rf $(DESTDIR)$(fifodir)
|
||||
else
|
||||
install-exec-hook:
|
||||
uninstall-hook:
|
||||
|
|
Loading…
Add table
Reference in a new issue