FreeCalypso > hg > gsm-codec-lib
diff libgsmfrp/Makefile @ 22:3db7af1249cb
libgsmfrp/Makefile: correct modes for library install
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 20 Nov 2022 06:48:54 +0000 |
parents | 93ed41fb4038 |
children | 3b64f255689a |
line wrap: on
line diff
--- a/libgsmfrp/Makefile Sun Nov 20 06:44:40 2022 +0000 +++ b/libgsmfrp/Makefile Sun Nov 20 06:48:54 2022 +0000 @@ -14,9 +14,9 @@ install: mkdir -p ${INSTALL_PREFIX}/include - install -c gsm_fr_preproc.h ${INSTALL_PREFIX}/include + install -c -m 444 gsm_fr_preproc.h ${INSTALL_PREFIX}/include mkdir -p ${INSTALL_PREFIX}/lib - install -c ${LIB} ${INSTALL_PREFIX}/lib + install -c -m 444 ${LIB} ${INSTALL_PREFIX}/lib clean: rm -f *.[oa] errs