diff options
Diffstat (limited to 'sci-chemistry/ccp4/files/create-mosflm-bindir.patch')
-rw-r--r-- | sci-chemistry/ccp4/files/create-mosflm-bindir.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-chemistry/ccp4/files/create-mosflm-bindir.patch b/sci-chemistry/ccp4/files/create-mosflm-bindir.patch new file mode 100644 index 000000000000..34d6197572fc --- /dev/null +++ b/sci-chemistry/ccp4/files/create-mosflm-bindir.patch @@ -0,0 +1,10 @@ +--- ccp4-5.99.5.orig/x-windows/Makefile.in 2006-01-06 12:31:02.000000000 -0800 ++++ ccp4-5.99.5/x-windows/Makefile.in 2006-01-06 12:31:30.000000000 -0800 +@@ -158,6 +158,7 @@ + install_obj = ipdisp.exe hklview xdldataman xdlmapman \ + rotgen ipmosflm + install: all ++ mkdir -p $(bindir) + $(INSTALL_PROGRAM) $(srcdir)/ipdisp.exe $(bindir) + $(INSTALL_PROGRAM) $(srcdir)/ipdisp/ipdisp $(bindir) + $(INSTALL_PROGRAM) $(srcdir)/hklview $(bindir) |