mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
WindowMaker: fix installation.
This commit is contained in:
parent
92dcfd0749
commit
97559a6b38
1 changed files with 3 additions and 2 deletions
|
@ -25,8 +25,8 @@ WindowMaker-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}"
|
depends="${sourcepkg}>=${version}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc="${short_desc} -- development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,6 +39,7 @@ WindowMaker_package() {
|
||||||
/etc/WindowMaker/WMState
|
/etc/WindowMaker/WMState
|
||||||
/etc/WindowMaker/WMGLOBA"
|
/etc/WindowMaker/WMGLOBA"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
vmove etc
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue