Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
nexedi
slapos.package
Commits
af30b40f
Commit
af30b40f
authored
Jan 13, 2025
by
Julien Muchembled
Committed by
Thomas Gambier
Jan 14, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
obs/re6st: fix service restart on Debian 12 and older
See merge request
!210
parent
d61fd69a
Pipeline
#39018
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
obs/re6st/debian/rules
obs/re6st/debian/rules
+2
-1
No files found.
obs/re6st/debian/rules
View file @
af30b40f
...
...
@@ -8,7 +8,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=-format
include
debian/common.mk
override_dh_auto_install
:
make
DESTDIR
=
$(TMP)
PREFIX
=
/usr
install
# BBB: override UNITDIR for Debian 12 and older
make
DESTDIR
=
$(TMP)
UNITDIR
=
/lib/systemd/system
PREFIX
=
/usr
install
override_dh_link
:
...
...
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