Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirusCheckPlugin4Rosetta
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
VirusCheckPlugin4Rosetta
Commits
df6b6dd3
Commit
df6b6dd3
authored
2 years ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- fixed SDK detection
parent
f5de14dd
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+1
-1
1 addition, 1 deletion
Makefile
with
1 addition
and
1 deletion
Makefile
+
1
−
1
View file @
df6b6dd3
...
@@ -10,7 +10,7 @@ JAVARELEASE=17
...
@@ -10,7 +10,7 @@ JAVARELEASE=17
ROSETTAVERSION
:=
7.3.0
ROSETTAVERSION
:=
7.3.0
# Pfad zum Rosetta-SDK
# Pfad zum Rosetta-SDK
ROSETTASDK
:=
/exlibris/dps/d4_1/system.dir/
dps-sdk-
${
ROSETTAVERSION
}
/lib
/
ROSETTASDK
:=
$(
shell find /exlibris/
-type
d
-regex
".*
dps-sdk-
${
ROSETTAVERSION
}
/lib
$$
"
)
# Pfad zum Rosetta-SDK, Deposit-Module
# Pfad zum Rosetta-SDK, Deposit-Module
ROSETTASDKDEPOSIT
:=
${
ROSETTASDK
}
/../dps-sdk-projects/dps-sdk-deposit/lib
ROSETTASDKDEPOSIT
:=
${
ROSETTASDK
}
/../dps-sdk-projects/dps-sdk-deposit/lib
ROSETTASDKPLUGINS
:=
${
ROSETTASDK
}
/../../bundled_plugins/
ROSETTASDKPLUGINS
:=
${
ROSETTASDK
}
/../../bundled_plugins/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment