Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
base
Commits
fed82872
Commit
fed82872
authored
3 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Plain Diff
Merge branch 'bf/permissions' into 'master'
Bf/permissions See merge request
fsl/base!41
parents
74c9cbe4
0fc46b77
No related branches found
No related tags found
1 merge request
!41
Bf/permissions
Pipeline
#12332
passed
3 years ago
Stage: fsl-ci-build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+5
-0
5 additions, 0 deletions
CHANGELOG.md
Makefile
+1
-0
1 addition, 0 deletions
Makefile
with
6 additions
and
0 deletions
CHANGELOG.md
+
5
−
0
View file @
fed82872
# FSL base project changelog
## 2112.2 (Monday 13th December 2021)
*
Fixed installation permissions on the
`$FSLDIR/config/depend.sh`
script.
## 2112.1 (Monday 13th December 2021)
*
Adjust the
`depend.mk`
rule to support automatic dependency generation for
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
0
View file @
fed82872
...
...
@@ -19,6 +19,7 @@ install:
${INSTALL}
-m
0755
bin/*
${PREFIX}/share/fsl/bin/
${INSTALL}
-m
0644
config/*
${PREFIX}/config/
${INSTALL}
-m
0755
config/supportedGencodes.sh
${PREFIX}/config/
${INSTALL}
-m
0755
config/depend.sh
${PREFIX}/config/
${INSTALL}
-m
0644
doc/fsl.css
${PREFIX}/doc/
${INSTALL}
-m
0644
doc/images/*
${PREFIX}/doc/images/
${INSTALL}
-m
0644
etc/fslconf/*
${PREFIX}/etc/fslconf/
...
...
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