Makefile: remove $(SHAREDIR) in uninstall target.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20091015222115-gosfgymdsk4gswk0
This commit is contained in:
Juan RP 2009-10-16 00:21:15 +02:00
parent cf04a48a1d
commit 6798be2f58

View File

@ -24,6 +24,7 @@ install:
uninstall:
-rm -f $(SBINDIR)/xbps-*
-rm -f $(LIBDIR)/libxbps.*
-rm -f $(SHAREDIR)/*
.PHONY: clean
clean: