mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Merged: tzafrir's novendor patch.
Author: Tzafrir Cohen <tzafrir@debian.org> Description: "vendor" packages are installed as separate system debs
This commit is contained in:
parent
a97061055c
commit
ec9a457e3e
2
Makefile
2
Makefile
@ -13,7 +13,7 @@ DATADIR=/usr/share/plinth
|
||||
PYDIR=$(DATADIR)/python/plinth
|
||||
|
||||
## Catch-all tagets
|
||||
default: predepend config dirs template css docs dbs
|
||||
default: config dirs template css docs dbs
|
||||
all: default
|
||||
|
||||
predepend:
|
||||
|
||||
@ -5,7 +5,7 @@ from plugin_mount import PagePlugin, PluginMount, FormPlugin
|
||||
from modules.auth import require
|
||||
from forms import Form
|
||||
import util as u
|
||||
from vendor.withsqlite.withsqlite import sqlite_db
|
||||
from withsqlite.withsqlite import sqlite_db
|
||||
import cfg
|
||||
|
||||
class FirstBoot(PagePlugin):
|
||||
|
||||
@ -17,8 +17,8 @@ import util as u
|
||||
from logger import Logger
|
||||
#from modules.auth import AuthController, require, member_of, name_is
|
||||
|
||||
from vendor.withsqlite.withsqlite import sqlite_db
|
||||
from vendor.exmachina.exmachina import ExMachinaClient
|
||||
from withsqlite.withsqlite import sqlite_db
|
||||
from exmachina.exmachina import ExMachinaClient
|
||||
import socket
|
||||
|
||||
__version__ = "0.2.14"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user