diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ install-man: install -D -m 0644 $${MANPAGE} $(DESTDIR)/$(MANDIR)/$${LANGUAGE}/man$${SECTION}/$$(basename $${MANPAGE} .$${LANGUAGE}.$${SECTION}).$${SECTION}; \ done; \ done -install-symlinks: install-bin +install-symlinks: install-bin install-man if [ -e $(DESTDIR)/$(SBINDIR)/fatlabel ]; \ then \ ln -sf fatlabel $(DESTDIR)/$(SBINDIR)/dosfslabel; \ |