[Makefile] fix molecule library install path

This commit is contained in:
Fabio Erculiani
2010-05-22 12:07:02 +02:00
parent 09f2a9aabd
commit 5db85f7cca
+2 -2
View File
@@ -11,5 +11,5 @@ clean:
install:
mkdir -p $(DESTDIR)$(LIBDIR)/molecule
cp . $(DESTDIR)$(LIBDIR)/molecule -Ra
mkdir -p $(DESTDIR)$(LIBDIR)/molecule/molecule
cp . $(DESTDIR)$(LIBDIR)/molecule/molecule -Ra