The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/hexedit#5f4a1ec6c8311c96d3a4c241e8c8565e130f51ac
24 lines
975 B
Diff
24 lines
975 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
|
|
diff -up hexedit/Makefile.in~ hexedit/Makefile.in
|
|
--- hexedit/Makefile.in~ 2010-02-04 17:20:52.000000000 +0200
|
|
+++ hexedit/Makefile.in 2013-03-26 17:14:26.217769520 +0200
|
|
@@ -42,6 +42,6 @@ distclean: clean
|
|
|
|
install: $(PRODUCT)
|
|
$(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
|
|
- $(INSTALL) -s -m 755 $(PRODUCT) $(DESTDIR)$(bindir)
|
|
+ $(INSTALL) -m 755 $(PRODUCT) $(DESTDIR)$(bindir)
|
|
$(INSTALL) -d -m 755 $(DESTDIR)$(mandir)/man1
|
|
$(INSTALL) -m 644 $(PRODUCT).1 $(DESTDIR)$(mandir)/man1
|