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:
authorauriamg <auria.mg@gmail.com>2018-06-08 02:20:28 +0300
committerGitHub <noreply@github.com>2018-06-08 02:20:28 +0300
commit27923fbf6d1bc4d18c18e118280c4fe51fc41a80 (patch)
tree3d770f9c0382d3d3c899fdc6c65f0f532b386e44
parenta59987097d970d45473ae3383cec9c8f78cf556c (diff)
parentfb4b465d0c7bf27af277698bd5e718a33caad00e (diff)
Merge pull request #36 from alexfmpe/create-bin
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