diff options
author | Guillaume Rousse <guillomovitch@mageia.org> | 2012-07-25 08:15:22 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mageia.org> | 2012-07-25 08:15:22 +0000 |
commit | 5ffb868a8afa5c689bcab3501506dcd362050504 (patch) | |
tree | e8a42c1bd7a3b787cd4655ed5f7976d74fe0e81e /build.macros.in | |
parent | 8afb95aac1243e22b897e0fe4262a8b57a410393 (diff) | |
download | rpm-setup-5ffb868a8afa5c689bcab3501506dcd362050504.tar rpm-setup-5ffb868a8afa5c689bcab3501506dcd362050504.tar.gz rpm-setup-5ffb868a8afa5c689bcab3501506dcd362050504.tar.bz2 rpm-setup-5ffb868a8afa5c689bcab3501506dcd362050504.tar.xz rpm-setup-5ffb868a8afa5c689bcab3501506dcd362050504.zip |
updage %%_webappconfdir macro
Diffstat (limited to 'build.macros.in')
-rw-r--r-- | build.macros.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.macros.in b/build.macros.in index d32c344..9b1bb20 100644 --- a/build.macros.in +++ b/build.macros.in @@ -64,7 +64,7 @@ Group: %{group}\ %_xfontdir %_datadir/fonts %_webconfdir %{_sysconfdir}/httpd/conf -%_webappconfdir %_webconfdir/webapps.d +%_webappconfdir %_webconfdir/sites.d # compatibility %webappconfdir %_webappconfdir |