Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
editors
wordgrinder
Makefile.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Makefile.diff of Package wordgrinder
--- Makefile.smb 2024-04-17 16:37:28.455153265 -0400 +++ Makefile 2024-04-17 16:38:59.090589852 -0400 @@ -24,6 +24,7 @@ export CFLAGS export CXXFLAGS export LDFLAGS + export MANDIR = /usr/share/man export AR = ar export PKG_CONFIG = pkg-config endif @@ -46,9 +47,9 @@ .PHONY: install install: +all test -f bin/wordgrinder && cp bin/wordgrinder $(PREFIX)/bin/wordgrinder - test -f bin/wordgrinder.1 && cp bin/wordgrinder.1 $(PREFIX)/man/man1/wordgrinder.1 + test -f bin/wordgrinder.1 && cp bin/wordgrinder.1 $(MANDIR)/man1/wordgrinder.1 test -f bin/xwordgrinder && cp bin/xwordgrinder $(PREFIX)/bin/xwordgrinder - test -f bin/xwordgrinder.1 && cp bin/wordgrinder.1 $(PREFIX)/man/man1/xwordgrinder.1 + test -f bin/xwordgrinder.1 && cp bin/wordgrinder.1 $(MANDIR)/man1/xwordgrinder.1 .PHONY: debian-distr debian-distr: bin/wordgrinder-minimal-dependencies-for-debian.tar.xz
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