Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.0
attractmode
fix-install-target.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-install-target.patch of Package attractmode
diff --git a/Makefile b/Makefile index 2d01a5f..1b19729 100644 --- a/Makefile +++ b/Makefile @@ -435,7 +435,6 @@ ifneq ($(FE_DEBUG),1) endif .PHONY: clean - .PHONY: install $(OBJ_DIR): @@ -677,11 +676,10 @@ $(DATA_PATH): $(MD) -p $(DESTDIR)$@ install: $(EXE) $(DATA_PATH) - install -D -t $(DESTDIR)$(bindir) $(EXE) + install -D $(EXE) $(DESTDIR)$(bindir)/$(EXE) mkdir -p $(DESTDIR)$(DATA_PATH) cp -r config/* $(DESTDIR)$(DATA_PATH) - smallclean: -$(RM) $(OBJ_DIR)/*.o *~ core
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