Ensure 'bin' directory exists before instaling

This commit is contained in:
Alexandre Esteves 2018-06-07 17:30:21 +01:00
parent a59987097d
commit fb4b465d0c
1 changed files with 1 additions and 0 deletions

View File

@ -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