tags 472538 + patch
thank you
Hi,
Here is a patch that resolves this issue. There might be a cleaner way,
but it works.
Thanks,
Barry deFreese
diff -u autodocksuite-4.0.1/debian/rules autodocksuite-4.0.1/debian/rules
--- autodocksuite-4.0.1/debian/rules
+++ autodocksuite-4.0.1/debian/rules
@@ -89,7 +89,10 @@
#$(MAKE) -C $$d DESTDIR=$(CURDIR)/debian/autodocksuite install
for d in autodock autogrid; do \
$(MAKE) -C src/$$d DESTDIR=$(CURDIR)/debian/$$d install; \
- cp -r src/$$d/{AUTHORS,README,NEWS,Tests} $(CURDIR)/debian/$$d/usr/share/doc/$$d ; \
+ cp -r src/$$d/AUTHORS $(CURDIR)/debian/$$d/usr/share/doc/$$d ; \
+ cp -r src/$$d/README $(CURDIR)/debian/$$d/usr/share/doc/$$d ; \
+ cp -r src/$$d/NEWS $(CURDIR)/debian/$$d/usr/share/doc/$$d ; \
+ cp -r src/$$d/Tests $(CURDIR)/debian/$$d/usr/share/doc/$$d ; \
done
-rmdir $(CURDIR)/debian/autodock/usr/share/doc/autodock/Tests/AutoDockTools