[entropy] move libraries/ to lib/
This commit is contained in:
4
Makefile
4
Makefile
@@ -15,7 +15,7 @@ clean:
|
||||
|
||||
entropy-install:
|
||||
|
||||
mkdir -p $(DESTDIR)/$(LIBDIR)/entropy/libraries
|
||||
mkdir -p $(DESTDIR)/$(LIBDIR)/entropy/lib
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/sbin
|
||||
mkdir -p $(DESTDIR)$(BINDIR)
|
||||
mkdir -p $(DESTDIR)/etc/entropy
|
||||
@@ -24,7 +24,7 @@ entropy-install:
|
||||
mkdir -p $(DESTDIR)/etc/logrotate.d
|
||||
mkdir -p $(DESTDIR)/$(LIBDIR)/entropy/services
|
||||
|
||||
cp libraries/entropy $(DESTDIR)/$(LIBDIR)/entropy/libraries/ -Ra
|
||||
cp lib/entropy $(DESTDIR)/$(LIBDIR)/entropy/lib/ -Ra
|
||||
install -m 755 misc/entropy.sh $(DESTDIR)$(PREFIX)/sbin/
|
||||
install -m 755 services/repository_services $(DESTDIR)/etc/init.d/
|
||||
install -m 755 services/smartapp_wrapper $(DESTDIR)/$(LIBDIR)/entropy/services/
|
||||
|
||||
@@ -16,10 +16,10 @@ import sys
|
||||
import errno
|
||||
import re
|
||||
import tempfile
|
||||
sys.path.insert(0, '/usr/lib/entropy/libraries')
|
||||
sys.path.insert(0, '/usr/lib/entropy/lib')
|
||||
sys.path.insert(0, '/usr/lib/entropy/server')
|
||||
sys.path.insert(0, '/usr/lib/entropy/client')
|
||||
sys.path.insert(0, '../libraries')
|
||||
sys.path.insert(0, '../lib')
|
||||
sys.path.insert(0, '../server')
|
||||
sys.path.insert(0, '../client')
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user