blob: f7ee375ac9a6eb90404b84251869516d4f792b00 (
about) (
plain) (
blame)
1
2
3
4
5
|
# Add documentation:
mkdir -p $PKG/usr/doc/libpthread-stubs-server-$MODULAR_PACKAGE_VERSION
cp -a \
COPYING README \
$PKG/usr/doc/libpthread-stubs-server-$MODULAR_PACKAGE_VERSION
|