Files
Arch-R/packages/sysutils/module-init-tools/install
Stephan Raue 1aa1d83cd2 module-init-tools:
- move to sysutils
2010-02-02 21:56:27 +01:00

13 lines
280 B
Bash
Executable File

#!/bin/sh
. config/options
PKG_DIR=`find $PACKAGES -type d -name $1`
mkdir -p $INSTALL/sbin
cp $PKG_BUILD/.build-target/modprobe $INSTALL/sbin
cp $PKG_BUILD/.build-target/depmod $INSTALL/sbin
mkdir -p $INSTALL/etc/modprobe.d
cp $PKG_DIR/config/* $INSTALL/etc/modprobe.d