From 16c57cdae9a2c4dabe3f602ca4e4699c18ebb487 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 8 Mar 2014 12:47:40 +0100 Subject: Remove useless parts of the setup process --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 75d7681d..b4415e29 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -prefix=/usr/local +prefix=/usr/local/ LIBDIR=$(prefix)/lib BINDIR=$(prefix)/bin DATADIR=$(prefix)/share @@ -24,7 +24,6 @@ install: all uninstall: rm -f $(DESTDIR)$(BINDIR)/poezio - rm -rf $(DESTDIR)$(DATADIR)/poezio rm -rf $(DESTDIR)$(DOCDIR)/poezio/ rm -rf $(DESTDIR)$(MANDIR)/man1/poezio.1 -- cgit v1.2.3