instead of /tmp/alroot we should use /var/tmp/alroot, /tmp for /var/tmp #7
1 changed files with 2 additions and 2 deletions
4
aps
4
aps
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
temp_location="/tmp"
|
temp_location="/var/tmp"
|
||||||
install_root="/tmp/alroot"
|
install_root="/var/tmp/alroot"
|
||||||
Ohio2 marked this conversation as resolved
Outdated
|
|||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue
install root should not be /mnt by default
what do you think, like uhh / ? because i have no idea.
i'd say to leave it as /var/tmp/alroot at the moment
it's changed.