Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP4
virt-top
virt-top.bytecode.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File virt-top.bytecode.patch of Package virt-top
--- a/virt-top/Makefile.in +++ b/virt-top/Makefile.in @@ -102,9 +102,13 @@ virt-top.txt: virt-top.pod endif install: + set -x ; \ + exe=virt-top ; \ if [ -x virt-top.opt ]; then \ - mkdir -p $(DESTDIR)$(bindir); \ - $(INSTALL) -m 0755 virt-top.opt $(DESTDIR)$(bindir)/virt-top; \ - fi + exe=virt-top.opt ; \ + fi ; \ + mkdir -p $(DESTDIR)$(bindir); \ + $(INSTALL) -m 0755 $${exe} $(DESTDIR)$(bindir)/virt-top; \ + : done include ../Make.rules
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