mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
[PATCH] Patches from Harald Hoyer <harald@redhat.com>.
This commit is contained in:
parent
091215a597
commit
a9ce604122
@ -33,7 +33,7 @@ override CFLAGS+=-Wall -fno-builtin -Wchar-subscripts \
|
||||
|
||||
override CFLAGS+=-D_FILE_OFFSET_BITS=64
|
||||
|
||||
SYSFS = ../../libsysfs/sysfs_bus.o \
|
||||
override SYSFS = ../../libsysfs/sysfs_bus.o \
|
||||
../../libsysfs/sysfs_class.o \
|
||||
../../libsysfs/sysfs_device.o \
|
||||
../../libsysfs/sysfs_dir.o \
|
||||
@ -60,8 +60,8 @@ clean:
|
||||
spotless: clean
|
||||
|
||||
install: all
|
||||
$(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(usrsbindir)/$(PROG)
|
||||
$(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)
|
||||
|
||||
uninstall:
|
||||
- rm $(DESTDIR)$(usrsbindir)/$(PROG)
|
||||
- rm $(DESTDIR)$(sbindir)/$(PROG)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user