Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
whohas
whohas-fix_install.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File whohas-fix_install.patch of Package whohas
Index: Makefile =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ Makefile 2010-11-16 10:48:32.491688376 +0100 @@ -0,0 +1,19 @@ +prefix = /usr +bindir = $(prefix)/bin +datadir = $(prefix)/share +mandir = $(datadir)/man + +DESTDIR = + +all: install + +install: + mkdir -p $(DESTDIR)$(bindir)/ + mkdir -p $(DESTDIR)$(mandir)/man1/ + mkdir -p $(DESTDIR)$(mandir)/de/man1/ + cp program/whohas $(DESTDIR)$(bindir)/ + chmod 755 $(DESTDIR)$(bindir)/whohas + cp usr/share/man/man1/whohas.1 $(DESTDIR)$(mandir)/man1/ + chmod 644 $(DESTDIR)$(mandir)/man1/whohas.1 + cp usr/share/man/de/man1/whohas.1 $(DESTDIR)$(mandir)/de/man1/ + chmod 644 $(DESTDIR)$(mandir)/de/man1/whohas.1
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