File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ ifeq ($(LOCALES),y)
400
400
locales :
401
401
$(foreach prog, $(INSTALLEES ) , \
402
402
if [ -d " $( BASEDIR) /src/uu/$( prog) /locales" ]; then \
403
- mkdir -p " $( BUILDDIR) /locale /$( prog) " ; \
403
+ mkdir -p " $( BUILDDIR) /locales /$( prog) " ; \
404
404
for locale_file in " $( BASEDIR) " /src/uu/$( prog) /locales/* .ftl; do \
405
405
$(INSTALL ) -v " $$ locale_file" " $( BUILDDIR) /locales/$( prog) /" ; \
406
406
done ; \
@@ -411,7 +411,7 @@ locales:
411
411
install-locales :
412
412
$(foreach prog, $(INSTALLEES ) , \
413
413
if [ -d " $( BASEDIR) /src/uu/$( prog) /locales" ]; then \
414
- mkdir -p " $( DESTDIR) $( DATAROOTDIR) /locale /$( prog) " ; \
414
+ mkdir -p " $( DESTDIR) $( DATAROOTDIR) /locales /$( prog) " ; \
415
415
for locale_file in " $( BASEDIR) " /src/uu/$( prog) /locales/* .ftl; do \
416
416
$(INSTALL ) -v " $$ locale_file" " $( DESTDIR) $( DATAROOTDIR) /locales/$( prog) /" ; \
417
417
done ; \
You can’t perform that action at this time.
0 commit comments