mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
xfsprogs: fix installation.
This commit is contained in:
parent
2b66c37dc8
commit
e43bc33ee6
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ do_install() {
|
||||||
rm -f ${DESTDIR}/lib/*.{a,la}
|
rm -f ${DESTDIR}/lib/*.{a,la}
|
||||||
rm -f ${DESTDIR}/usr/lib/*.{a,so}
|
rm -f ${DESTDIR}/usr/lib/*.{a,so}
|
||||||
# Move stuff to /usr.
|
# Move stuff to /usr.
|
||||||
vmove "sbin/*" usr/sbin
|
mv ${DESTDIR}/sbin ${DESTDIR}/usr
|
||||||
vmove "lib/*" usr/lib
|
mv ${DESTDIR}/lib/* ${DESTDIR}/usr/lib
|
||||||
}
|
}
|
||||||
|
|
||||||
xfsprogs-devel_package() {
|
xfsprogs-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue