Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
openmamba
postplug
Commits
dfb1a9f5
Commit
dfb1a9f5
authored
3 years ago
by
Silvan Calarco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: update systemd path; remove installation of update-alternatives-set-dri script
parent
9f2d8e23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
Makefile
Makefile
+1
-3
No files found.
Makefile
View file @
dfb1a9f5
...
...
@@ -18,7 +18,7 @@ datadir = $(prefix)/share
initrddir
=
$(sysconfdir)
/rc.d/init.d
logrotatedir
=
$(sysconfdir)
/logrotate.d/
sysconfigdir
=
$(sysconfdir)
/sysconfig
systemdunitdir
=
/lib/systemd/system
systemdunitdir
=
/usr
/lib/systemd/system
localesdir
=
$(datadir)
/locale
srcdir
=
.
...
...
@@ -106,8 +106,6 @@ install-scripts: $(pck_scripts)
@
echo
"installing logrotate file..."
;
\
$(INSTALL_DIR)
$(DESTDIR)$(sbindir)
$(INSTALL_SCRIPT)
$^
$(DESTDIR)$(sbindir)
$(INSTALL_SCRIPT)
scripts/update-alternatives-set-dri
$(DESTDIR)$(sbindir)
sed
-i
"s|@LIBDIR@|
$(libdir)
|"
$(DESTDIR)$(sbindir)
/update-alternatives-set-dri
install-programs
:
install-plugins install-scripts install-defs
@
echo
"installing
$(PACKAGE)
..."
...
...
This diff is collapsed.
Click to expand it.
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