Skip to content
Snippets Groups Projects
Commit 1117f9de authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

added some more stuff to the binary distributions

Rev: bin/parse_install_log:1.3
parent 89765315
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,13 @@ int main(int argc, string *argv)
mkdir(dirname+"/files");
chmod(dirname+"/files",0755);
Process.system("cp "+srcdir+"/install-sh "+srcdir+"/../ANNOUNCE "+dirname);
Process.system("cp "+
srcdir+"/install-sh "+
srcdir+"/COPYING "+
srcdir+"/COPYRIGHT "+
srcdir+"/DISCLAIMER "+
srcdir+"/../ANNOUNCE "+
dirname);
chmod(dirname+"/install-sh",0755);
mapping new_install_from=([]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment