commit 09aae846a120cf387339ddd6845151d17a0d5fcc parent 82985d3012add22f2bd8bef9d726dca57fbeba09 Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Wed, 18 Feb 2015 16:09:50 +0100 run sudo make install Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ installdir=/usr/local/bin install: - sudo cp matkant navitas statsbiblioteket $(installdir) + cp matkant navitas statsbiblioteket $(installdir)