mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-16 03:30:23 -07:00
7 lines
71 B
Bash
Executable File
7 lines
71 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
mkdir -p "$1/usr"
|
|
|
|
cp -R etc "$1"
|
|
cp -R lib "$1/usr/lib"
|