mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
fvwm: avoid symlinks to /destdir.
This commit is contained in:
parent
1c95d9636e
commit
cc25940538
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fvwm'
|
# Template file for 'fvwm'
|
||||||
pkgname=fvwm
|
pkgname=fvwm
|
||||||
version=2.6.7
|
version=2.6.7
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="libxslt pkg-config python"
|
hostmakedepends="libxslt pkg-config python"
|
||||||
makedepends="fribidi-devel libXpm-devel librsvg-devel libXinerama-devel
|
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
|
checksum=01654d5abdcde6dac131cae9befe5cf6f01f9f7524d097c3b0f316e39f84ef73
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i 's/ -sf / -sfr /' default-config/Makefile.in
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue