This website works better with JavaScript.
Home
Help
Register
Sign In
darthmama
/
pEpEngine
forked from
pEp.foundation/pEpEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
312
Wiki
Activity
Browse Source
PER_MACHINE_DIRECTORY basically has to be defined with a sensible default.
ENGINE-649
Krista 'DarthMama' Bennett
3 years ago
parent
46a52a3b15
commit
1410aa23b1
2 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile.conf
+0
-2
db/Makefile
+ 1
- 1
Makefile.conf
View File
@ -48,7 +48,7 @@ PREFIX=$(HOME)
# necessary
#PER_USER_DIRECTORY=.pEp
#PER_MACHINE_DIRECTORY=/usr/local/share/pEp
PER_MACHINE_DIRECTORY
:=
/usr/local/share/pEp
# Filename of the pEpEngine library
i
f
e
q
(
$(
BUILD_FOR
)
,
L
i
n
u
x
)
+ 0
- 2
db/Makefile
View File
@ -18,10 +18,8 @@ system.db: create_system_db.sql $(DICOS)
.PHONY
:
install
install
:
system
.
db
i
f
d
e
f
$(
PER_MACHINE_USER_DIRECTORY
)
mkdir -p
$(
PER_MACHINE_DIRECTORY
)
cp system.db
$(
PER_MACHINE_DIRECTORY
)
e
n
d
i
f
.PHONY
:
clean
clean
:
Write
Preview
Loading…
Cancel
Save