mirror of
https://github.com/YellowJacketLinux/lfs-buildscripts.git
synced 2025-01-23 22:42:28 +08:00
13 lines
181 B
Bash
13 lines
181 B
Bash
#!/bin/bash
|
|
|
|
source versions.sh
|
|
|
|
GLSOURCES="/sources"
|
|
|
|
[ ! -d /usr/local/src ] && mkdir -p /usr/local/src
|
|
|
|
pushd /usr/local/src
|
|
tar -Jxf ${GLSOURCES}/${systemd_units_tarball}
|
|
popd
|
|
|