This website requires JavaScript.
Explore
Help
Sign In
archr
/
Arch-R
Watch
0
Star
0
Fork
0
You've already forked Arch-R
mirror of
https://github.com/archr-linux/Arch-R.git
synced
2026-03-31 14:41:55 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
eaa3c90c48d1f03e9adf7ec00fd90700a3f0d607
Arch-R
/
packages
/
audio
/
libmad
/
install
7 lines
104 B
Plaintext
Raw
Normal View
History
Unescape
Escape
libmad: - build and install as shared lib
2009-10-19 06:06:23 +02:00
#!/bin/sh
. config/options
mkdir -p $INSTALL/usr/lib
libmad: - fix installation of libs
2009-11-06 15:31:35 +01:00
cp -PR $PKG_BUILD/.libs/*.so* $INSTALL/usr/lib
Reference in New Issue
Copy Permalink