instead of /tmp/alroot we should use /mnt, /tmp for /var/tmp

This commit is contained in:
Ohio2 2021-08-07 16:59:13 +02:00
parent 0216a7771f
commit b23750f84a

4
aps
View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
temp_location="/tmp" temp_location="/var/tmp"
install_root="/tmp/alroot" install_root="/mnt"
installed_pkg_database="${install_root}/var/aps/installed" installed_pkg_database="${install_root}/var/aps/installed"
locpkg_database="${install_root}/var/aps/repos" locpkg_database="${install_root}/var/aps/repos"
lock="${install_root}/var/aps/lock" lock="${install_root}/var/aps/lock"