mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-31 17:17:43 +03:00
[PATCH] Makefile fix
Remove the rest of the debian stuff too, to make install working again.
This commit is contained in:
parent
817c223af3
commit
218f11bcf1
4
Makefile
4
Makefile
@ -362,13 +362,11 @@ small_release: $(DISTFILES) clean
|
||||
@echo "Built $(RELEASE_NAME).tar.gz"
|
||||
|
||||
|
||||
install-initscript: etc/init.d/udev etc/init.d/udev.debian etc/init.d/udev.init.LSB
|
||||
install-initscript: etc/init.d/udev etc/init.d/udev.init.LSB
|
||||
@if [ -f /etc/redhat-release ]; then \
|
||||
$(INSTALL_DATA) -D etc/init.d/udev $(DESTDIR)$(initdir)/udev; \
|
||||
elif [ -f /etc/SuSE-release ]; then \
|
||||
$(INSTALL_DATA) -D etc/init.d/udev.init.LSB $(DESTDIR)$(initdir)/udev; \
|
||||
elif [ -f /etc/debian_version ]; then \
|
||||
$(INSTALL_DATA) -D etc/init.d/udev.debian $(DESTDIR)$(initdir)/udev; \
|
||||
fi
|
||||
|
||||
install-config:
|
||||
|
Loading…
Reference in New Issue
Block a user