From 05ce3ab9d003c603dc0a901ad5a381e329eaa879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 28 Feb 2017 05:05:11 +0100 Subject: [PATCH] chroot-util-linux: move lib/* to usr/lib --- srcpkgs/chroot-util-linux/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/chroot-util-linux/template b/srcpkgs/chroot-util-linux/template index 0f952ae7858..5f5b8265762 100644 --- a/srcpkgs/chroot-util-linux/template +++ b/srcpkgs/chroot-util-linux/template @@ -33,4 +33,6 @@ post_install() { rm -rf ${DESTDIR}/sbin rm -rf ${DESTDIR}/usr/sbin rm -rf ${DESTDIR}/usr/share/man + mv -v ${DESTDIR}/lib/* ${DESTDIR}/usr/lib + rmdir ${DESTDIR}/lib }