Add missing $(DESTDIR) to rm command so that this stops removing files
from my master system. This makefile is a crock, and will soon be rewritten!
This commit is contained in:
parent
8425684b90
commit
aa556f48a9
@ -23,7 +23,7 @@ afterinstall:
|
||||
chmod 755 $(DESTDIR)$(TMACDIR)/mm
|
||||
|
||||
for f in $(FILES); do \
|
||||
rm -f $(TMACDIR)/mm/$$f; \
|
||||
rm -f $(DESTDIR)$(TMACDIR)/mm/$$f; \
|
||||
install -c -o $(TMACOWN) -g $(TMACGRP) -m $(TMACMODE) \
|
||||
$(.CURDIR)/mm/$$f $(DESTDIR)$(TMACDIR)/mm/$$f; \
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user