v1.0.7.10 - Update configuration files for joe editor to support newer versions of joe, add "areafix" and "filefix" as recognized service names, update Makefiles to install binaries as read & execute only, add DESTDIR support to Makefiles.
This commit is contained in:
@@ -15,7 +15,7 @@ clean:
|
||||
rm -f core filelist Makefile.bak language.*
|
||||
|
||||
install: ${LDAT}
|
||||
${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0444 ${LDAT} ${INTDIR}
|
||||
${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0444 ${LDAT} ${DESTDIR}${INTDIR}
|
||||
|
||||
language.en: source.en
|
||||
../mbutils/mblang language.en source.en
|
||||
|
Reference in New Issue
Block a user