Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
killerd
killerd-1.1-makefile.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File killerd-1.1-makefile.diff of Package killerd
Index: Makefile =================================================================== --- Makefile.orig +++ Makefile @@ -2,6 +2,8 @@ CFLAGS=-O2 -fomit-frame-pointer -Wall -Wno-parentheses -Wstrict-prototypes LDFLAGS=-s +SBINDIR = /usr/sbin +CONFIGDIR = /etc all: killerd @@ -16,5 +18,5 @@ clean: distclean: clean install: - install -s -m 755 killerd /usr/sbin/killerd - if ! [ -f /etc/killerd.conf ] ; then install -m 644 killerd.conf /etc/killerd.conf ; fi + install -s -m 755 killerd $(SBINDIR)/killerd + if ! [ -f $(CONFIGDIR)/killerd.conf ] ; then install -m 644 killerd.conf $(CONFIGDIR)/killerd.conf ; fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor