Index: brld/Makefile =================================================================== --- brld/Makefile.orig +++ brld/Makefile @@ -39,11 +39,11 @@ clean: install: $(PRG) $(LIBNAME) install --directory $(DESTDIR)$(INSTPATH) - install -s -m 744 $(PRG) $(DESTDIR)$(INSTPATH) + install -m 744 $(PRG) $(DESTDIR)$(INSTPATH) install -m 744 ../config/brld $(DESTDIR)$(CONFDIR)/init.d ln -sf $(CONFDIR)/init.d/brld $(DESTDIR)$(PREFIX)/sbin/rcbrld install --directory $(DESTDIR)$(LIBINSTPATH) - install -s -m 755 $(LIBNAME).$(SOVER) $(DESTDIR)$(LIBINSTPATH) + install -m 755 $(LIBNAME).$(SOVER) $(DESTDIR)$(LIBINSTPATH) install --directory $(DESTDIR)$(MANDIR)/man8 install -m 755 ../man/brld.8 $(DESTDIR)$(MANDIR)/man8 Index: sbl/Makefile =================================================================== --- sbl/Makefile.orig +++ sbl/Makefile @@ -62,8 +62,8 @@ install: sbl install --directory $(DESTDIR)$(CONFDIR)/sbl/brltbl install --directory $(DESTDIR)$(CONFDIR)/sbl/keymap install --directory $(DESTDIR)$(PREFIX)/sbin - install -s sbl $(DESTDIR)$(PREFIX)/sbin - install -s lib/* $(DESTDIR)$(SBLPATH)/lib + install sbl $(DESTDIR)$(PREFIX)/sbin + install lib/* $(DESTDIR)$(SBLPATH)/lib install -m 644 ../profile/* $(DESTDIR)$(CONFDIR)/sbl/profile install -m 644 ../keymap/* $(DESTDIR)$(CONFDIR)/sbl/keymap install -m 644 ../spk/* $(DESTDIR)$(CONFDIR)/sbl/spk