mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
11 lines
146 B
Plaintext
11 lines
146 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
. config/options
|
||
|
|
|
||
|
|
$SCRIPTS/install Python
|
||
|
|
|
||
|
|
BUILD_DIR=`ls -d $BUILD/$1*`
|
||
|
|
|
||
|
|
. config/options.python
|
||
|
|
|
||
|
|
cp -PR $BUILD_DIR/.install/* $INSTALL
|