aboutsummaryrefslogtreecommitdiffstats
path: root/community/discount/configure.inc.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2017-11-06 14:36:20 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2017-11-06 14:39:15 +0000
commite49b9f705d418fb100cbe7a2346d02c6c98ff28e (patch)
tree409a0e021ca9590e452510c36d57c6a7c448d8e7 /community/discount/configure.inc.patch
parent31d9cf5a974e10b36ce1b2ed16d1e7d28b9eeb52 (diff)
downloadaports-e49b9f705d418fb100cbe7a2346d02c6c98ff28e.tar.bz2
aports-e49b9f705d418fb100cbe7a2346d02c6c98ff28e.tar.xz
testing/discount: moved from testing and take maintainership
Diffstat (limited to 'community/discount/configure.inc.patch')
-rw-r--r--community/discount/configure.inc.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/community/discount/configure.inc.patch b/community/discount/configure.inc.patch
new file mode 100644
index 0000000000..b665754150
--- /dev/null
+++ b/community/discount/configure.inc.patch
@@ -0,0 +1,19 @@
+--- a/configure.inc
++++ b/configure.inc
+@@ -1332,7 +1332,6 @@
+ $PROG_LN_S -f \$FULLNAME \$1/\$LIBNAME.\$MAJOR
+ $PROG_LN_S -f \$FULLNAME \$1/\$LIBNAME
+ EOF
+- test "$LDCONFIG" && echo ' '$LDCONFIG '"$1"' >> librarian.sh
+ cat >> librarian.sh << EOF
+ ;;
+ esac
+@@ -1420,7 +1419,7 @@
+
+ AC_SUB 'INSTALL' "$PROG_INSTALL"
+ AC_SUB 'INSTALL_PROGRAM' "$PROG_INSTALL -s -m 755"
+- AC_SUB 'INSTALL_DATA' "$PROG_INSTALL -m 444"
++ AC_SUB 'INSTALL_DATA' "$PROG_INSTALL -m 644"
+
+ # finally build a little directory installer
+ # if mkdir -p works, use that, otherwise use install -d,