diff options
author | CoprDistGit <infra@openeuler.org> | 2024-03-11 10:05:07 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-03-11 10:05:07 +0000 |
commit | 1d45c0e06f4abf529a431d71d7b18fcb7355e42d (patch) | |
tree | c71c38eb5d8190c645bbd44ea776173804588ffa /smem-1.5-python3path.patch | |
parent | ee9d9e8d6081b826606274be8ce2e023cdf7f7fb (diff) |
automatic import of smemopeneuler22.03_LTS_SP3openeuler22.03_LTS_SP2openeuler22.03_LTSopeneuler20.03_LTS_SP4openeuler20.03_LTS_SP1openeuler20.03
Diffstat (limited to 'smem-1.5-python3path.patch')
-rw-r--r-- | smem-1.5-python3path.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/smem-1.5-python3path.patch b/smem-1.5-python3path.patch new file mode 100644 index 0000000..f2e2437 --- /dev/null +++ b/smem-1.5-python3path.patch @@ -0,0 +1,9 @@ +diff -ur smem-1.5.orig/smem smem-1.5/smem +--- smem-1.5.orig/smem 2015-05-15 13:54:48.000000000 -0400 ++++ smem-1.5/smem 2018-09-10 17:14:39.713395371 -0400 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/python3 + # + # smem - a tool for meaningful memory reporting + # |