- Added temporary patch to fix webmin-eprints permissions issue.
1 parent a51dbb3 commit e51d3013dead0aead4a2993c1dc40472269515b5
nstanger authored on 2 Aug 2007
Showing 1 changed file
View
4
OARiNZ/DIY/LiveCD/Makefile.chroot
$(DPKG) -i $(DEB_EPRINTS)
$(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:
@echo