diff --git a/OARiNZ/DIY/LiveCD/Makefile.chroot b/OARiNZ/DIY/LiveCD/Makefile.chroot index a3d1408..dc879de 100755 --- a/OARiNZ/DIY/LiveCD/Makefile.chroot +++ b/OARiNZ/DIY/LiveCD/Makefile.chroot @@ -111,6 +111,10 @@ $(DPKG) -i $(DEB_WEBMIN) $(DPKG) -i $(DEB_CONFIG) $(DPKG) -i $(DEB_MODULE) + @# Patch the webmin module to fix the permissions problem + @# (TEMPORARY HACK UNTIL A PERMANENT UPDATE ARRIVES). + @$(SED) '61i system("chown -R eprints:eprints /opt/eprints3/archives/" . $$in{archive}); \ ' \ + /usr/share/webmin/eprints/create.cgi cleanup: