Geändert:

* Bearbeitetes Startscript für AJ
  * Changelog aktualisiert.
  * Nur noch Deutsch/Englisch für das Webinterface.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@165 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-06-06 19:31:47 +00:00
parent 986e08d996
commit 27e4cd2f8f
3 changed files with 417 additions and 284 deletions

View File

@@ -112,9 +112,8 @@ $(TARGET) :
$(CONFIG_ROOT)/lang.pl
# Language files
for i in $(DIR_SRC)/langs/*/cgi-bin/*.pl ; do \
cp $$i $(CONFIG_ROOT)/langs/; \
done
cp $(DIR_SRC)/langs/de/cgi-bin/de.pl $(CONFIG_ROOT)/langs/
cp $(DIR_SRC)/langs/en/cgi-bin/en.pl $(CONFIG_ROOT)/langs/
# Configroot permissions
chown -R nobody:nobody $(CONFIG_ROOT)