From 5ea1671fc34f2262cd11e1188f19fc2ed8da3cef Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 25 Jun 2024 21:45:47 -0400 Subject: listbas: rearrange some code; chkbas: get rid of listbas symlink. --- jindroush/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'jindroush/Makefile') diff --git a/jindroush/Makefile b/jindroush/Makefile index 0a11a8f..605dc70 100644 --- a/jindroush/Makefile +++ b/jindroush/Makefile @@ -54,9 +54,3 @@ install: all chmod 644 $(DESTDIR)/$(MAN1DIR)/$$i.1 ; \ [ "$(GZIP_MAN)" = "y" ] && gzip -f $(DESTDIR)/$(MAN1DIR)/$$i.1 ; \ done - ln -sf chkbas $(DESTDIR)$(BINDIR)/listbas - if [ "$(GZIP_MAN)" = "y" ]; then \ - ln -sf chkbas.1.gz $(DESTDIR)$(MAN1DIR)/listbas.1.gz ; \ - else \ - ln -sf chkbas.1 $(DESTDIR)$(MAN1DIR)/listbas.1 ; \ - fi -- cgit v1.2.3