851f29da86
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/hexedit.git#e4259e50735cf57fd7832d6d83085acb16e825ea
13 lines
492 B
Diff
13 lines
492 B
Diff
diff -up hexedit/Makefile-build.in~ hexedit/Makefile-build.in
|
|
--- hexedit/Makefile-build.in~ 2008-11-07 17:50:57.000000000 +0200
|
|
+++ hexedit/Makefile-build.in 2013-03-26 17:14:29.755829478 +0200
|
|
@@ -23,7 +23,7 @@ FROMINFILES = hexedit-$(VERSION).lsm hex
|
|
dynamic:
|
|
$(MAKE) $(PRODUCT)
|
|
install -d -m 755 usr/bin
|
|
- install -s -m 755 $(PRODUCT) usr/bin
|
|
+ install -m 755 $(PRODUCT) usr/bin
|
|
install -d -m 755 usr/man/man1
|
|
install -m 644 $(PRODUCT).1 usr/man/man1
|
|
tar cfz $(DYNAMICBIN) usr
|