diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-07-25 09:07:51 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-07-25 09:07:51 +0200 |
commit | 4bc0d6dbbda9ba1edb52d90a5320f83ef8d61a68 (patch) | |
tree | 0cbfb454b4e6cee4fa62ff86a2b7b96abd6bc794 /x11-misc/xscreensaver/files | |
parent | x11-misc/xscreensaver: packaging fix for LINGUAS & pam.d false positive error (diff) | |
download | gentoo-4bc0d6dbbda9ba1edb52d90a5320f83ef8d61a68.tar.gz gentoo-4bc0d6dbbda9ba1edb52d90a5320f83ef8d61a68.tar.bz2 gentoo-4bc0d6dbbda9ba1edb52d90a5320f83ef8d61a68.zip |
x11-misc/xscreensaver: Replace src_prepare weirdness
Add an AM_PROG_INSTALL_SH line to configure.ac instead.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'x11-misc/xscreensaver/files')
-rw-r--r-- | x11-misc/xscreensaver/files/xscreensaver-6.01-configure-install_sh.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-misc/xscreensaver/files/xscreensaver-6.01-configure-install_sh.patch b/x11-misc/xscreensaver/files/xscreensaver-6.01-configure-install_sh.patch new file mode 100644 index 000000000000..490e32f68177 --- /dev/null +++ b/x11-misc/xscreensaver/files/xscreensaver-6.01-configure-install_sh.patch @@ -0,0 +1,12 @@ +https://bugs.gentoo.org/803479 + +--- a/configure.ac ++++ b/configure.ac +@@ -1062,6 +1062,7 @@ + AC_PROG_INSTALL + AC_PROG_INSTALL_DIRS + AC_PROG_MAKE_SET ++AM_PROG_INSTALL_SH + + # By default, autoconf sets INSTALL_SCRIPT to '${INSTALL_PROGRAM}'. + # That's wrong: it should be set to '${INSTALL}', so that one can |