Files
Arch-R/packages/sysutils/bash/install
Stephan Raue f55f77ca1e new package:
- adding package bash, we need a full featured bash for pm-utils  :-(
2010-05-08 20:01:50 +02:00

8 lines
115 B
Bash
Executable File

#!/bin/sh
. config/options
mkdir -p $INSTALL/bin
cp $PKG_BUILD/bash $INSTALL/bin
ln -sf bash $INSTALL/bin/sh