Description: Add DESTDIR before installation location
Bug: https://notabug.org/PangolinTurtle/BLAG-fortune/issues/7
Forwarded: https://notabug.org/PangolinTurtle/BLAG-fortune/pulls/8
Author: tous <touss@protonmail.com>
Last-Update: 2021-06-03
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 
 SRC	= people
-TARGET	= $(shell sh distro.sh $(distro))
+TARGET	= $(DESTDIR)$(shell sh distro.sh $(distro))
 
 all:		anarchism.dat
 
