instead of /tmp/alroot we should use /mnt, /tmp for /var/tmp
This commit is contained in:
parent
0216a7771f
commit
b23750f84a
1 changed files with 2 additions and 2 deletions
4
aps
4
aps
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
temp_location="/tmp"
|
||||
install_root="/tmp/alroot"
|
||||
temp_location="/var/tmp"
|
||||
install_root="/mnt"
|
||||
installed_pkg_database="${install_root}/var/aps/installed"
|
||||
locpkg_database="${install_root}/var/aps/repos"
|
||||
lock="${install_root}/var/aps/lock"
|
||||
|
|
Loading…
Reference in a new issue