From 28d14094386a69ddf05ca810114538fb2c31f8c7 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 9 Apr 2003 02:40:20 +0000 Subject: "" svn path=/trunk/; revision=554 --- externals/grill/vasp/makefile.pd-linux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'externals/grill/vasp/makefile.pd-linux') 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 -- cgit v1.2.1