Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
4e7bb159
Commit
4e7bb159
authored
Jan 05, 2007
by
Jean-Paul Saman
Browse files
Unbreak mkinstalldirs in directory po
parent
ec8172d3
Changes
1
Show whitespace changes
Inline
Side-by-side
po/Makefile.in.in
View file @
4e7bb159
...
...
@@ -27,7 +27,7 @@ gettextsrcdir = $(datadir)/gettext/po
INSTALL
=
@INSTALL@
INSTALL_DATA
=
@INSTALL_DATA@
MKINSTALLDIRS
=
@MKINSTALLDIRS@
mkinstalldirs
=
$(SHELL)
`
case
"
$(MKINSTALLDIRS)
"
in
/
*
)
echo
"
$(MKINSTALLDIRS)
"
;;
*
)
echo
"
$(
top_builddir)
/
$(
MKINSTALLDIRS)
"
;;
esac
`
mkinstalldirs
=
$(SHELL)
`
case
"
$(MKINSTALLDIRS)
"
in
/
*
)
echo
"
$(MKINSTALLDIRS)
"
;;
*
)
echo
"
$(MKINSTALLDIRS)
"
;;
esac
`
GMSGFMT
=
@GMSGFMT@
MSGFMT
=
@MSGFMT@
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment