blob: 70d752fdae97fb3f419dc7264a4b79e83efbdc53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Prevent sandbox violation when installing
https://bugs.gentoo.org/521546
--- a/guile-config/Makefile.am
+++ b/guile-config/Makefile.am
@@ -39,8 +39,3 @@ guile-config: guile-config.in ${top_builddir}/libguile/libpath.h
-e s:@-GUILE_VERSION-@:${GUILE_VERSION}:
chmod +x guile-config.tmp
mv guile-config.tmp guile-config
-
-## Get rid of any copies of the configuration script under the old
-## name, so people don't end up running ancient copies of it.
-install-exec-local:
- rm -f ${bindir}/build-guile
|