]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/inetutils
Replace whois by jwhois.
[people/teissler/ipfire-2.x.git] / lfs / inetutils
index 468c2af32f5cf7600787da6b5c93f76e20cc1137..ba87c9c994cbd093a983dc5cbe849397ada9d5de 100644 (file)
@@ -80,5 +80,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        mv -v /usr/bin/ping /bin
+
+       # Don't use whois command from here.
+       rm -vf /usr/bin/whois
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)