revert bump (note, not fully, i just reverted the wget part)
This commit is contained in:
parent
674ae84ccf
commit
c88a8e6601
2 changed files with 4 additions and 7 deletions
|
@ -17,8 +17,6 @@ $1/usr/share/man/man6 \
|
|||
$1/usr/share/man/man7 \
|
||||
$1/usr/share/man/man8 \
|
||||
$1/lib \
|
||||
$1/etc \
|
||||
$1/etc/al \
|
||||
$1/var/ \
|
||||
$1/var/cache \
|
||||
$1/var/log \
|
||||
|
@ -27,7 +25,9 @@ $1/var/lib \
|
|||
$1/var/lib/misc \
|
||||
$1/var/empty \
|
||||
$1/var/service \
|
||||
$1/var/spool
|
||||
$1/var/spool \
|
||||
$1/etc \
|
||||
$1/etc/al
|
||||
|
||||
mkdir -m 555 -p \
|
||||
$1/proc \
|
||||
|
@ -50,6 +50,3 @@ ln -sf $1/lib $1/usr/lib64
|
|||
ln -sf $1/run $1/var/run
|
||||
ln -sf $1/run/lock $1/var/lock
|
||||
|
||||
wget https://git.hippoz.xyz/alnux/aps/raw/branch/master/altools/repo -O $1/etc/al/repo
|
||||
wget https://git.hippoz.xyz/alnux/aps/raw/branch/master/altools/sel -O $1/etc/al/sel
|
||||
wget https://git.hippoz.xyz/alnux/aps/raw/branch/master/config/config -O $1/etc/al/config
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
pkg_config_deploy=true
|
||||
pkg_config_ver="0.8"
|
||||
pkg_config_ver="0.7"
|
||||
pkg_config_name="alnux"
|
||||
pkg_config_makedepends=""
|
||||
pkg_config_depends=""
|
||||
|
|
Loading…
Reference in a new issue