From: Daniel Carl Date: Mon, 10 Apr 2017 11:13:07 +0000 (+0200) Subject: Install the extension in the right directory. X-Git-Url: https://git.owens.tech/wrapped.html/wrapped.html/git?a=commitdiff_plain;h=53fde940a0010479b0072552838db74c5855886b;p=vimb.git Install the extension in the right directory. --- diff --git a/config.mk b/config.mk index 93cd476..7bf9728 100644 --- a/config.mk +++ b/config.mk @@ -5,7 +5,7 @@ BINPREFIX := $(DESTDIR)$(PREFIX)/bin MANPREFIX := $(DESTDIR)$(PREFIX)/share/man EXAMPLEPREFIX := $(DESTDIR)$(PREFIX)/share/vimb/example DOTDESKTOPPREFIX := $(DESTDIR)$(PREFIX)/share/applications -RUNPREFIX := $(PREFIX) +RUNPREFIX := $(DESTDIR)$(PREFIX) EXTPREFIX := $(RUNPREFIX)/lib/vimb # define some directories