diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-04-09 02:40:20 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-04-09 02:40:20 +0000 |
commit | 28d14094386a69ddf05ca810114538fb2c31f8c7 (patch) | |
tree | 7d5bc28bece3f89de8e95be623e355d30ca856ed /externals/grill/vasp/makefile.pd-linux | |
parent | c91ebcd16ef0672a909b6e6a1ba144272d062768 (diff) |
""
svn path=/trunk/; revision=554
Diffstat (limited to 'externals/grill/vasp/makefile.pd-linux')
-rw-r--r-- | externals/grill/vasp/makefile.pd-linux | 6 |
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 |