Read license agreement out of file.

This commit is contained in:
Jan Paul Tuecking
2010-12-05 19:20:58 +01:00
parent 0cac94cc32
commit 7274a673f0
2 changed files with 17 additions and 626 deletions

View File

@@ -108,4 +108,8 @@ $(TARGET) :
# A small hack to include /root to the iso but not all of it's files.
touch /root/ipfire
# License agreement
-mkdir -pv /usr/share/doc/licenses/
cp -vf $(DIR_SRC)/doc/COPYING /usr/share/doc/licenses/GPLv3
@$(POSTBUILD)