mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-01-06 10:30:09 +01:00
Change the tarball name to be all lower case to match udisks and udev
This commit is contained in:
parent
6d607a406c
commit
edffa8830d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ m4_define([up_version],
|
|||
[up_major_version.up_minor_version.up_micro_version])
|
||||
|
||||
AC_PREREQ(2.65)
|
||||
AC_INIT([UPower],[up_version],[richard@hughsie.com],[UPower])
|
||||
AC_INIT([upower],[up_version],[richard@hughsie.com],[upower])
|
||||
AC_CONFIG_SRCDIR(src)
|
||||
AM_INIT_AUTOMAKE([1.9 tar-ustar dist-bzip2])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue