Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor 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
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
08966def
Commit
08966def
authored
13 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Work on rpm package
parent
bf1c5c0d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build/deb/postinst
+3
-0
3 additions, 0 deletions
build/deb/postinst
build/rpm/dolibarr.spec
+2
-0
2 additions, 0 deletions
build/rpm/dolibarr.spec
with
5 additions
and
0 deletions
build/deb/postinst
+
3
−
0
View file @
08966def
...
...
@@ -56,6 +56,9 @@ config="/etc/dolibarr/conf.php"
case
"
$1
"
in
configure
)
# Remove lock file
rm
-f
$docdir
/install.lock
# Create document directory for uploaded data files
mkdir
-p
$docdir
...
...
This diff is collapsed.
Click to expand it.
build/rpm/dolibarr.spec
+
2
−
0
View file @
08966def
...
...
@@ -183,6 +183,8 @@ if [ -d %{_sysconfdir}/apache2/conf.d -a `grep ^www-data /etc/passwd | wc -l` -g
fi
echo OS detected: $os
# Remove lock file
%{__rm} -f $docdir/install.lock
# Create empty directory for uploaded files and generated documents
echo Create document directory $docdir
...
...
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