From cc259405384cd19b44886f5611bad60cfd2ee2cd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 13 Jul 2017 23:48:50 +0200 Subject: [PATCH] fvwm: avoid symlinks to /destdir. --- srcpkgs/fvwm/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/fvwm/template b/srcpkgs/fvwm/template index a38d6d8abc2..0ae528f1776 100644 --- a/srcpkgs/fvwm/template +++ b/srcpkgs/fvwm/template @@ -1,7 +1,7 @@ # Template file for 'fvwm' pkgname=fvwm version=2.6.7 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="libxslt pkg-config python" makedepends="fribidi-devel libXpm-devel librsvg-devel libXinerama-devel @@ -16,6 +16,9 @@ distfiles="https://github.com/fvwmorg/fvwm/releases/download/${version}/fvwm-${v checksum=01654d5abdcde6dac131cae9befe5cf6f01f9f7524d097c3b0f316e39f84ef73 nocross=yes +post_extract() { + sed -i 's/ -sf / -sfr /' default-config/Makefile.in +} post_install() { vlicense COPYING }