fvwm: avoid symlinks to /destdir.

This commit is contained in:
Leah Neukirchen 2017-07-13 23:48:50 +02:00
parent 1c95d9636e
commit cc25940538

View file

@ -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
}