mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
use MKDIR_P macro
This commit is contained in:
parent
15d21d80e1
commit
8eea20ba4b
@ -17,5 +17,5 @@ nodist_pkgdata_DATA = lyxrc.dist
|
||||
install-data-hook:
|
||||
LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" $(LINGUAS)`; \
|
||||
for f in en $$LINGUAS_ ; do \
|
||||
mkdir -p $(pkgdatadir)/$$f.lproj ; \
|
||||
$(MKDIR_P) $(pkgdatadir)/$$f.lproj ; \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user