Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:acdc:sp5-rebuild
fwupdate.9280
fwupdate-suse-build.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fwupdate-suse-build.patch of Package fwupdate.9280
Index: fwupdate-9+git21.gcd8f7d7/linux/cleanup.in =================================================================== --- fwupdate-9+git21.gcd8f7d7.orig/linux/cleanup.in +++ fwupdate-9+git21.gcd8f7d7/linux/cleanup.in @@ -1,6 +1,6 @@ #!/bin/sh set -e -if [ -e "@@DATADIR@@/fwupdate/done" ]; then +if [ -e "/run/fwupdate/done" ]; then exit 0 fi @@ -26,4 +26,4 @@ for x in /sys/firmware/efi/efivars/fwupd fi done -touch "@@DATADIR@@/fwupdate/done" +touch "/run/fwupdate/done" Index: fwupdate-9+git21.gcd8f7d7/efi/Makefile =================================================================== --- fwupdate-9+git21.gcd8f7d7.orig/efi/Makefile +++ fwupdate-9+git21.gcd8f7d7/efi/Makefile @@ -111,9 +111,6 @@ define inst = $(INSTALL) -m 755 $(1) $(DESTDIR)$(TARGETDIR)/$(1) $(INSTALL) -d -m 755 $(DESTDIR)$(DEBUGINFO)$(TARGETDIR)/ $(INSTALL) -m 755 $(1).debug $(DESTDIR)$(DEBUGINFO)$(TARGETDIR)/$(1).debug - $(INSTALL) -d -m 755 $(DESTDIR)$(DEBUGINFO)/.build-id/$(dir $(shell cat $(1).build-id)) - ln -sf ../../../../..$(TARGETDIR)$(1) $(DESTDIR)$(DEBUGINFO)/.build-id/$(shell cat $(1).build-id) - ln -sf ../..$(TARGETDIR)$(1).debug $(DESTDIR)$(DEBUGINFO)/.build-id/$(shell cat $(1).build-id).debug endef install : | check_efidir_error Index: fwupdate-9+git21.gcd8f7d7/linux/Makefile =================================================================== --- fwupdate-9+git21.gcd8f7d7.orig/linux/Makefile +++ fwupdate-9+git21.gcd8f7d7/linux/Makefile @@ -102,8 +102,6 @@ install : check_efidir_error all $(foreach x, $(PCTARGETS), $(INSTALL) -m 644 $(x) $(DESTDIR)$(pcdir) ;) $(INSTALL) -d -m 755 $(DESTDIR)$(includedir)/ $(INSTALL) -m 644 $(INCTARGETS) $(DESTDIR)$(includedir)/ - $(INSTALL) -d -m 755 $(DESTDIR)$(localedir)/en/ - $(INSTALL) -m 644 $(POTARGETS) $(DESTDIR)$(localedir)/en/ $(INSTALL) -d -m 755 $(DESTDIR)$(bindir)/ $(foreach x, $(BINTARGETS), $(INSTALL) -m 755 $(x) $(DESTDIR)$(bindir);) $(foreach x, $(wildcard *.so.1.$(VERSION)), \
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