| |
---|
| | $(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 |
---|
| |
---|
|