diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 02:39:00 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 02:39:00 +0000 |
commit | eb8fac009abde6a22fdb185d5708df6d428a1958 (patch) | |
tree | 0fe0f9c4ea07a73a4019276f2a865a9b66d3d531 /hexedit-1.2.13-config.patch | |
parent | 1aaf29056c04fb0da4a0d60da0b72d53878cbf18 (diff) |
automatic import of hexeditopeneuler24.03_LTS
Diffstat (limited to 'hexedit-1.2.13-config.patch')
-rw-r--r-- | hexedit-1.2.13-config.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hexedit-1.2.13-config.patch b/hexedit-1.2.13-config.patch new file mode 100644 index 0000000..12ab85e --- /dev/null +++ b/hexedit-1.2.13-config.patch @@ -0,0 +1,12 @@ +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 |