diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-12-22 20:46:42 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-12-22 20:49:22 +0100 |
commit | d10f7f920ba85ee09e6fa585eccaa8979ce1df6a (patch) | |
tree | bc79b9ced0811f30b8bf11989c842fad9f305373 /app-text/u2ps/files | |
parent | app-text/u2ps: Stable for amd64 (diff) | |
download | gentoo-d10f7f920ba85ee09e6fa585eccaa8979ce1df6a.tar.gz gentoo-d10f7f920ba85ee09e6fa585eccaa8979ce1df6a.tar.bz2 gentoo-d10f7f920ba85ee09e6fa585eccaa8979ce1df6a.zip |
app-text/u2ps: Version bump
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-text/u2ps/files')
-rw-r--r-- | app-text/u2ps/files/u2ps-1.1-nostrip.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-text/u2ps/files/u2ps-1.1-nostrip.patch b/app-text/u2ps/files/u2ps-1.1-nostrip.patch new file mode 100644 index 000000000000..33ac79c4909e --- /dev/null +++ b/app-text/u2ps/files/u2ps-1.1-nostrip.patch @@ -0,0 +1,14 @@ +diff -ruN u2ps-1.1.orig/Makefile u2ps-1.1/Makefile +--- u2ps-1.1.orig/Makefile 2019-02-17 20:01:48.000000000 +0100 ++++ u2ps-1.1/Makefile 2019-12-22 20:43:17.667058496 +0100 +@@ -18,8 +18,8 @@ + + install: + install -dm 0755 $(DESTDIR)$(bindir) +- install -sm 0755 u2ps $(DESTDIR)$(bindir)/u2ps +- install -sm 0755 psfrem $(DESTDIR)$(bindir)/psfrem ++ install -m 0755 u2ps $(DESTDIR)$(bindir)/u2ps ++ install -m 0755 psfrem $(DESTDIR)$(bindir)/psfrem + install -dm 0755 $(DESTDIR)$(basedir) + install -dm 0755 $(DESTDIR)$(basedir)/ProcSet + install -m 0644 res/*.ps $(DESTDIR)$(basedir) |