summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-03-08 12:47:40 +0100
committermathieui <mathieui@mathieui.net>2014-03-08 12:47:40 +0100
commit16c57cdae9a2c4dabe3f602ca4e4699c18ebb487 (patch)
treed6dfa07c72df8671b5e7fe5bd3a7159f8b132f16 /Makefile
parent7a736470df66de6694bad46b89889391f37aa44a (diff)
downloadpoezio-16c57cdae9a2c4dabe3f602ca4e4699c18ebb487.tar.gz
poezio-16c57cdae9a2c4dabe3f602ca4e4699c18ebb487.tar.bz2
poezio-16c57cdae9a2c4dabe3f602ca4e4699c18ebb487.tar.xz
poezio-16c57cdae9a2c4dabe3f602ca4e4699c18ebb487.zip
Remove useless parts of the setup process
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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