[plugins] move the plugins directory to plugins/

This commit is contained in:
Fabio Erculiani
2013-03-21 12:49:13 +00:00
parent c1a61d142e
commit 1870e31dbf
9 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
SUBDIRS = molecule
SUBDIRS = plugins
PREFIX = /usr
BINDIR = $(PREFIX)/bin
DESTDIR =
-15
View File
@@ -1,15 +0,0 @@
PREFIX = /usr
BINDIR = $(PREFIX)/bin
DESTDIR =
LIBDIR = $(PREFIX)/lib
SYSCONFDIR = /etc
all:
clean:
install:
mkdir -p $(DESTDIR)$(LIBDIR)/molecule/molecule
cp *.py specs $(DESTDIR)$(LIBDIR)/molecule/molecule -Ra
+15
View File
@@ -0,0 +1,15 @@
PREFIX = /usr
BINDIR = $(PREFIX)/bin
DESTDIR =
LIBDIR = $(PREFIX)/lib
SYSCONFDIR = /etc
all:
clean:
install:
install -d $(DESTDIR)$(LIBDIR)/molecule/molecule/specs/plugins
install -m 644 *.py $(DESTDIR)$(LIBDIR)/molecule/molecule/specs/plugins/