Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lyskom-server-ceder-1616-generations-topgit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
75313fe5
Commit
75313fe5
authored
Jul 11, 1999
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(install-data-local): Don't install the database if lyskomd-backup
exists. Don't install it if any of the databases exist.
parent
a514d3ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
db-crypt/db/Makefile.am
db-crypt/db/Makefile.am
+12
-7
No files found.
db-crypt/db/Makefile.am
View file @
75313fe5
# $Id: Makefile.am,v 1.
4 1999/06/25 21:18:27
ceder Exp $
# $Id: Makefile.am,v 1.
5 1999/07/11 21:20:31
ceder Exp $
# Copyright (C) 1998 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -32,9 +32,14 @@ db_DATA =
EXTRA_DIST
=
lyskomd-data lyskomd-texts .cvsignore lyskomd-data-en
install-data-local
:
installdirs
test
-f
$(DESTDIR)$(dbdir)
/lyskomd-data
\
||
$(INSTALL_DATA)
$(srcdir)
/lyskomd-data
$(LANGUAGE_SUFFIX)
\
$(DESTDIR)$(dbdir)
/lyskomd-data
test
-f
$(DESTDIR)$(dbdir)
/lyskomd-texts
\
||
$(INSTALL_DATA)
$(srcdir)
/lyskomd-texts
\
$(DESTDIR)$(dbdir)
/lyskomd-texts
if
test
-f
$(DESTDIR)$(dbdir)
/lyskomd-data
\
||
test
-f
$(DESTDIR)$(dbdir)
/lyskomd-backup
\
||
test
-f
$(DESTDIR)$(dbdir)
/lyskomd-texts
;
\
then
\
echo
installed database found
;
\
else
\
$(INSTALL_DATA)
$(srcdir)
/lyskomd-data
$(LANGUAGE_SUFFIX)
\
$(DESTDIR)$(dbdir)
/lyskomd-data
||
exit
1
;
\
$(INSTALL_DATA)
$(srcdir)
/lyskomd-texts
\
$(DESTDIR)$(dbdir)
/lyskomd-texts
||
exit
1
;
\
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment