Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/auriamg/macdylibbundler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Esteves <alexandre.fmp.esteves@gmail.com>2018-06-07 19:30:21 +0300
committerAlexandre Esteves <alexandre.fmp.esteves@gmail.com>2018-06-07 19:30:21 +0300
commitfb4b465d0c7bf27af277698bd5e718a33caad00e (patch)
tree3d770f9c0382d3d3c899fdc6c65f0f532b386e44
parenta59987097d970d45473ae3383cec9c8f78cf556c (diff)
Ensure 'bin' directory exists before instaling
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 07e6d39..d06633d 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ clean:
rm -f ./dylibbundler
install: dylibbundler
+ mkdir -p $(DESTDIR)$(PREFIX)/bin
cp ./dylibbundler $(DESTDIR)$(PREFIX)/bin/dylibbundler
chmod 775 $(DESTDIR)$(PREFIX)/bin/dylibbundler