aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/makefile.pd-linux
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vasp/makefile.pd-linux')
-rw-r--r--externals/grill/vasp/makefile.pd-linux6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/vasp/makefile.pd-linux b/externals/grill/vasp/makefile.pd-linux
index 6f9342cb..3bb424c0 100644
--- a/externals/grill/vasp/makefile.pd-linux
+++ b/externals/grill/vasp/makefile.pd-linux
@@ -61,8 +61,8 @@ $(INSTDIR)/vasp: $(INSTDIR)
install:: $(INSTDIR)/vasp
-install:: $(TARGET) pd
- cp -R $^ $(INSTDIR)/vasp
+install:: $(TARGET) pd/*
+ -cp $^ $(INSTDIR)/vasp
# chown -R root.root $(INSTDIR)/vasp
@@ -72,7 +72,7 @@ $(HELPDIR)/vasp:
install-help:: $(HELPDIR)/vasp
install-help:: ./pd-help
- cp $^/*.* $(HELPDIR)/vasp
+ cp $^/* $(HELPDIR)/vasp
# chown -R root.root $(HELPDIR)/vasp