Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
hex
hex-1.4.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File hex-1.4.diff of Package hex
--- Makefile +++ Makefile @@ -4,7 +4,7 @@ VERS=1.4 hex: hex.c - $(CC) -DRELEASE=\"$(VERS)\" -O hex.c -o hex + $(CC) -DRELEASE=\"$(VERS)\" $(CFLAGS) hex.c -o hex SOURCES = READ.ME Makefile hex.c hex.xml hex.spec @@ -18,8 +18,8 @@ xmlto man hex.xml install: hex.1 uninstall - cp hex /usr/bin - cp hex.1 /usr/share/man/man1/hex.1 + install -m 0755 hex $(DESTDIR)/usr/bin/ + install -m 0644 hex.1 $(DESTDIR)$(MANDIR)/man1/ uninstall: rm -f /usr/bin/hex /usr/share/man/man1/hex. --- hex.1 +++ hex.1 @@ -55,7 +55,7 @@ dump file section .TP ---V +-V print version number and exit .PP
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