diff options
Diffstat (limited to 'source/x/x11/post-install/xorgproto.post-install')
-rw-r--r-- | source/x/x11/post-install/xorgproto.post-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/x/x11/post-install/xorgproto.post-install b/source/x/x11/post-install/xorgproto.post-install new file mode 100644 index 00000000..7a3fa975 --- /dev/null +++ b/source/x/x11/post-install/xorgproto.post-install @@ -0,0 +1,5 @@ +# These all have the arch specific library path in them, so usr/share is not +# the right place to keep them: +mkdir -p $PKG/usr/lib +mv $PKG/usr/share/pkgconfig $PKG/usr/lib +rmdir $PKG/usr/share 2> /dev/null |