mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 20:08:17 +02:00
build: fix typo in configure.ac
s/reelase/release/
This commit is contained in:
parent
52198a5f98
commit
3b7cfc997b
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ AC_SUBST(background_start_color)
|
|||
AC_ARG_WITH(background-end-color-stop, AS_HELP_STRING([--with-background-end-color-stop],[first color end in background gradients used by boot splash plugins]),background_end_color=${withval},background_end_color=0x3a362f)
|
||||
AC_SUBST(background_end_color)
|
||||
|
||||
AC_ARG_WITH(release-file, AS_HELP_STRING([--with-release-file=<path_to_release_file>],[Release File to use to detect distribution (by default /etc/system-reelase)]),RELEASE_FILE=${withval},RELEASE_FILE=/etc/system-release)
|
||||
AC_ARG_WITH(release-file, AS_HELP_STRING([--with-release-file=<path_to_release_file>],[Release File to use to detect distribution (by default /etc/system-release)]),RELEASE_FILE=${withval},RELEASE_FILE=/etc/system-release)
|
||||
|
||||
AC_SUBST(RELEASE_FILE)
|
||||
AC_DEFINE_UNQUOTED(RELEASE_FILE, "$RELEASE_FILE", [Release file path])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue