Browse Source

Little typo in dir name

names was set to "sites_datas" isntead of "sites_data"...
Quentin Bonaventure 8 years ago
parent
commit
cf8a1f488f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      progs/Makefile.am

+ 1
- 1
progs/Makefile.am View File

@@ -8,7 +8,7 @@ EXTRA_DIST = create_instance.sh create_multisite.sh mass_deploy.sh
8 8
 lodel2conf_DATA = mass_deploy.cfg
9 9
 lodel2confdir=$(sysconfdir)/lodel2
10 10
 lodel2statedir=$(localstatedir)/lodel2
11
-lodelsites_data_dirname=sites_datas
11
+lodelsites_data_dirname=sites_data
12 12
 lodelsites_ctx_dirname=.sites_context/lodelsites
13 13
 
14 14
 do_subst = sed -e 's,\[@\]PKGPYTHONDIR\[@\],$(pkgpythondir),g' \

Loading…
Cancel
Save