mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
initial import
This commit is contained in:
11
packages/python/sysutils/cssutils/install
Executable file
11
packages/python/sysutils/cssutils/install
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install Python
|
||||
|
||||
BUILD_DIR=`ls -d $BUILD/$1*`
|
||||
|
||||
. config/options.python
|
||||
|
||||
cp -PR $BUILD_DIR/.install/* $INSTALL
|
||||
Reference in New Issue
Block a user