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}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -39,6 +39,7 @@ WindowMaker_package() {
|
|||
/etc/WindowMaker/WMState
|
||||
/etc/WindowMaker/WMGLOBA"
|
||||
pkg_install() {
|
||||
vmove etc
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue