diff options
Diffstat (limited to 'sysutils/clean/files')
-rw-r--r-- | sysutils/clean/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/clean/files/patch-Makefile b/sysutils/clean/files/patch-Makefile index 98f14e2e1768..d7d48049f098 100644 --- a/sysutils/clean/files/patch-Makefile +++ b/sysutils/clean/files/patch-Makefile @@ -7,4 +7,4 @@ - $(INSTALL) -s clean $(PREFIX)/bin - $(INSTALL) clean.1 $(PREFIX)/man/man1 + $(INSTALL) -s clean $(DESTDIR)$(PREFIX)/bin -+ $(INSTALL) clean.1 $(DESTDIR)$(MANPREFIX)/man/man1 ++ $(INSTALL) clean.1 $(DESTDIR)$(PREFIX)/share/man/man1 |