diff options
Diffstat (limited to 'science/quantum-espresso/files/patch-Makefile')
-rw-r--r-- | science/quantum-espresso/files/patch-Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/science/quantum-espresso/files/patch-Makefile b/science/quantum-espresso/files/patch-Makefile deleted file mode 100644 index e66e268f3dbb..000000000000 --- a/science/quantum-espresso/files/patch-Makefile +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.orig 2019-03-06 02:33:55 UTC -+++ Makefile -@@ -296,10 +296,10 @@ links : bindir - ############################################################# - - install : -- mkdir -p $(PREFIX)/bin ; \ -+ mkdir -p $(DESTDIR)$(PREFIX)/bin ; \ - for x in `find * ! -path "test-suite/*" -name *.x -type f` ; do \ -- cp -v $$x $(PREFIX)/bin/ ; done -- @echo -e '\nQuantum ESPRESSO binaries are installed in $(PREFIX)/bin\n' -+ cp -v $$x $(DESTDIR)$(PREFIX)/bin/ ; done -+ @echo -e '\nQuantum ESPRESSO binaries are installed in $(DESTDIR)$(PREFIX)/bin\n' - - ######################################################### - # Run test-suite for numerical regression testing |